From 2b41dd4a4f323230aa3944df3a3717d9e7e2ea18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 25 Apr 2019 20:22:46 +0200 Subject: [PATCH] fix typo (superfluous "o" after period). --- src/cargo/sources/git/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/sources/git/utils.rs b/src/cargo/sources/git/utils.rs index bbaa32f9b25..38bc4602cfd 100644 --- a/src/cargo/sources/git/utils.rs +++ b/src/cargo/sources/git/utils.rs @@ -722,7 +722,7 @@ pub fn fetch( // repository. It could also fail, however, for a whole slew of other // reasons (aka network related reasons). We want Cargo to automatically // recover from corrupt repositories, but we don't want Cargo to stomp - // over other legitimate errors.o + // over other legitimate errors. // // Consequently we save off the error of the `fetch` operation and if it // looks like a "corrupt repo" error then we blow away the repo and try