Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix typo
PR-URL: #39045
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
  • Loading branch information
houssemchebeb authored and aduh95 committed Jun 16, 2021
commit dc2f6b606fba4bfacf7f011307e262aa1ecc242d
4 changes: 2 additions & 2 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@ functionality.
* `dir` [&lt;string>][] Directory to search for diagnostic report files.
* return [&lt;Array>][]

Returns an array of diagnotic report file names found in `dir`. The files should
have been generated by a process whose PID matches `pid`.
Returns an array of diagnostic report file names found in `dir`. The files
should have been generated by a process whose PID matches `pid`.

### `validate(filepath)`

Expand Down