summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/pre_execution.js
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-05-11 17:17:54 +0800
committerRich Trott <rtrott@gmail.com>2019-05-13 16:17:42 -0700
commit97815bd6e9dee6a893d94bc9085958f9af23ac85 (patch)
tree1042d78a6b66d2319c348da45912e2a32a6ac74a /lib/internal/bootstrap/pre_execution.js
parent3aff26428ba0c937afeb022757b1bf067578639d (diff)
downloadandroid-node-v8-97815bd6e9dee6a893d94bc9085958f9af23ac85.tar.gz
android-node-v8-97815bd6e9dee6a893d94bc9085958f9af23ac85.tar.bz2
android-node-v8-97815bd6e9dee6a893d94bc9085958f9af23ac85.zip
lib: fix typo in pre_execution.js
PR-URL: https://github.com/nodejs/node/pull/27649 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'lib/internal/bootstrap/pre_execution.js')
-rw-r--r--lib/internal/bootstrap/pre_execution.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/bootstrap/pre_execution.js b/lib/internal/bootstrap/pre_execution.js
index 6fb574dfca..24d25158f9 100644
--- a/lib/internal/bootstrap/pre_execution.js
+++ b/lib/internal/bootstrap/pre_execution.js
@@ -74,7 +74,7 @@ function patchProcessObject(expandArgv1) {
}
// TODO(joyeecheung): most of these should be deprecated and removed,
- // execpt some that we need to be able to mutate during run time.
+ // except some that we need to be able to mutate during run time.
addReadOnlyProcessAlias('_eval', '--eval');
addReadOnlyProcessAlias('_print_eval', '--print');
addReadOnlyProcessAlias('_syntax_check_only', '--check');