diff options
Diffstat (limited to 'src/flags.rs')
-rw-r--r-- | src/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags.rs b/src/flags.rs index c5ce8643b..2a279ea9e 100644 --- a/src/flags.rs +++ b/src/flags.rs @@ -257,7 +257,7 @@ fn test_v8_set_flags_preprocess_2() { pub fn v8_set_flags(args: Vec<String>) -> Vec<String> { // deno_set_v8_flags(int* argc, char** argv) mutates argc and argv to remove // flags that v8 understands. - // First parse core args, then converto to a vector of C strings. + // First parse core args, then convert to a vector of C strings. let (argv, rest) = v8_set_flags_preprocess(args); let mut argv = argv .iter() |