diff options
author | Jeroen Mandersloot <jeroen.mandersloot@gmail.com> | 2017-03-06 11:32:45 +0100 |
---|---|---|
committer | Franziska Hinkelmann <franzih@chromium.org> | 2017-03-09 10:41:42 +0100 |
commit | 0c10ec91830c1a26bf28d2a55c0846662f5d6390 (patch) | |
tree | f703b7b10128e030021c8dd46f313d0ffed5b56a /test/parallel/test-env-var-no-warnings.js | |
parent | 28584dbf292e3ba600a02ed6be44cf133a143aac (diff) | |
download | node-new-0c10ec91830c1a26bf28d2a55c0846662f5d6390.tar.gz |
doc: fix occurences of "the the"
I identified a number of files where it said "the the" in the comments
of the source code and in general documentation texts. I replaced
these occurences with a single instance of "the".
PR-URL: https://github.com/nodejs/node/pull/11711
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'test/parallel/test-env-var-no-warnings.js')
-rw-r--r-- | test/parallel/test-env-var-no-warnings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-env-var-no-warnings.js b/test/parallel/test-env-var-no-warnings.js index 53b7d30268..5b61e4163a 100644 --- a/test/parallel/test-env-var-no-warnings.js +++ b/test/parallel/test-env-var-no-warnings.js @@ -36,6 +36,6 @@ if (process.argv[2] === 'child') { test({ NODE_NO_WARNINGS: '01' }); test({ NODE_NO_WARNINGS: '2' }); // Don't test the number 1 because it will come through as a string in the - // the child process environment. + // child process environment. test({ NODE_NO_WARNINGS: '1' }); } |