From d4f2fda62331164b09290f2df1500b948f2647a7 Mon Sep 17 00:00:00 2001 From: EnokMan <416828041@qq.com> Date: Thu, 2 Jan 2020 20:48:46 +0800 Subject: fix typos (#3573) --- cli/flags.rs | 2 +- cli/http_util.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') 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 -- cgit v1.2.3