From 97815bd6e9dee6a893d94bc9085958f9af23ac85 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Sat, 11 May 2019 17:17:54 +0800 Subject: lib: fix typo in pre_execution.js PR-URL: https://github.com/nodejs/node/pull/27649 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Anto Aravinth Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott --- lib/internal/bootstrap/pre_execution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/internal/bootstrap/pre_execution.js') 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'); -- cgit v1.2.3