Skip to content

Commit

Permalink
Auto merge of #6878 - matthiaskrgr:typo, r=Eh2406
Browse files Browse the repository at this point in the history
fix typo (superfluous "o" after period).

found while reading through the code docs
  • Loading branch information
bors committed Apr 25, 2019
2 parents 6562942 + 2b41dd4 commit 49c6465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/git/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49c6465

Please sign in to comment.