summaryrefslogtreecommitdiff
path: root/test/parallel/test-process-no-deprecation.js
diff options
context:
space:
mode:
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');