Skip to content

Commit 142603a

Browse files
committed
Auto merge of #7054 - nmattia:nm/fix-typo, r=Eh2406
Fix typo in comment
2 parents 797ea15 + df47759 commit 142603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/resolver/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Resolve {
9595
//
9696
// * Something got seriously corrupted
9797
// * A "mirror" isn't actually a mirror as some changes were made
98-
// * A replacement source wasn't actually a replacment, some changes
98+
// * A replacement source wasn't actually a replacement, some changes
9999
// were made
100100
//
101101
// In all of these cases, we want to report an error to indicate that

0 commit comments

Comments
 (0)