summaryrefslogtreecommitdiff
path: root/test/parallel/test-env-var-no-warnings.js
diff options
context:
space:
mode:
authorJeroen Mandersloot <jeroen.mandersloot@gmail.com>2017-03-06 11:32:45 +0100
committerFranziska Hinkelmann <franzih@chromium.org>2017-03-09 10:41:42 +0100
commit0c10ec91830c1a26bf28d2a55c0846662f5d6390 (patch)
treef703b7b10128e030021c8dd46f313d0ffed5b56a /test/parallel/test-env-var-no-warnings.js
parent28584dbf292e3ba600a02ed6be44cf133a143aac (diff)
downloadandroid-node-v8-0c10ec91830c1a26bf28d2a55c0846662f5d6390.tar.gz
android-node-v8-0c10ec91830c1a26bf28d2a55c0846662f5d6390.tar.bz2
android-node-v8-0c10ec91830c1a26bf28d2a55c0846662f5d6390.zip
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.js2
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' });
}