diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/flags.rs | 2 | ||||
-rw-r--r-- | cli/http_util.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index edfb04dcf..68f96d646 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1558,7 +1558,7 @@ mod tests { r.unwrap(), DenoFlags { subcommand: DenoSubcommand::Info, - argv: svec!["deno"], // TODO(ry) Ditto argv unnessary? + argv: svec!["deno"], // TODO(ry) Ditto argv unnecessary? ..DenoFlags::default() } ); diff --git a/cli/http_util.rs b/cli/http_util.rs index a1c2fa3ac..ec5f12b6c 100644 --- a/cli/http_util.rs +++ b/cli/http_util.rs @@ -78,7 +78,7 @@ pub enum FetchOnceResult { Redirect(Url), } -/// Asynchronously fetchs the given HTTP URL one pass only. +/// Asynchronously fetches the given HTTP URL one pass only. /// If no redirect is present and no error occurs, /// yields Code(code, maybe_content_type). /// If redirect occurs, does not follow and |