Skip to content

Commit 4dbebfd

Browse files
gengjiawentargos
authored andcommitted
lib: fix typo in pre_execution.js
PR-URL: #27649 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 493ead1 commit 4dbebfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/pre_execution.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function patchProcessObject(expandArgv1) {
7474
}
7575

7676
// TODO(joyeecheung): most of these should be deprecated and removed,
77-
// execpt some that we need to be able to mutate during run time.
77+
// except some that we need to be able to mutate during run time.
7878
addReadOnlyProcessAlias('_eval', '--eval');
7979
addReadOnlyProcessAlias('_print_eval', '--print');
8080
addReadOnlyProcessAlias('_syntax_check_only', '--check');

0 commit comments

Comments
 (0)