aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-process-no-deprecation.js
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:18:46 -0600
committerBrian White <mscdex@mscdex.net>2017-03-03 16:29:19 -0500
commit4897ae211423a6282cd7a258ede9358743784e6f (patch)
tree58c67cef3338364c81287f8f7c7ad775db72ce6a /test/parallel/test-process-no-deprecation.js
parentf01fd2ae7048e6cc3cc7c56c8ff9b7591a319cb3 (diff)
downloadandroid-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.tar.gz
android-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.tar.bz2
android-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.zip
benchmark,build,doc,lib,src,test: correct typos
PR-URL: https://github.com/nodejs/node/pull/11189 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'test/parallel/test-process-no-deprecation.js')
-rw-r--r--test/parallel/test-process-no-deprecation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-process-no-deprecation.js b/test/parallel/test-process-no-deprecation.js
index 60394ea0d3..4d4dfa86fb 100644
--- a/test/parallel/test-process-no-deprecation.js
+++ b/test/parallel/test-process-no-deprecation.js
@@ -1,7 +1,7 @@
'use strict';
// Flags: --no-warnings
-// The --no-warnings flag only supresses writing the warning to stderr, not the
+// The --no-warnings flag only suppresses writing the warning to stderr, not the
// emission of the corresponding event. This test file can be run without it.
const common = require('../common');