Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHoussem Chebab <houssemchebeb@gmail.com>2021-06-15 21:22:48 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-16 11:21:03 +0300
commitdc2f6b606fba4bfacf7f011307e262aa1ecc242d (patch)
treeb7c1c10c7988cfacc2da515f65e932faed867ead /test
parent767996047c0e05ffd4a49bdd08c5e031bd874dc2 (diff)
test: fix typo
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'test')
-rw-r--r--test/common/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/common/README.md b/test/common/README.md
index ea4d4e401be..7b76c1a746c 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -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)`