Skip to content

Commit 2b41dd4

Browse files
committed
fix typo (superfluous "o" after period).
1 parent 6562942 commit 2b41dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/sources/git/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ pub fn fetch(
722722
// repository. It could also fail, however, for a whole slew of other
723723
// reasons (aka network related reasons). We want Cargo to automatically
724724
// recover from corrupt repositories, but we don't want Cargo to stomp
725-
// over other legitimate errors.o
725+
// over other legitimate errors.
726726
//
727727
// Consequently we save off the error of the `fetch` operation and if it
728728
// looks like a "corrupt repo" error then we blow away the repo and try

0 commit comments

Comments
 (0)