diff options
Diffstat (limited to 'cli/http_util.rs')
-rw-r--r-- | cli/http_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |