File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -796,7 +796,7 @@ fn emit_warnings_of_unused_patches(
796
796
writeln ! ( msg, "Patch `{}` {}" , unused, MESSAGE ) ?;
797
797
write ! (
798
798
msg,
799
- "Perhaps you misspell the source URL being patched.\n \
799
+ "Perhaps you misspelled the source URL being patched.\n \
800
800
Possible URLs for `[patch.<URL>]`:",
801
801
) ?;
802
802
for id in ids. iter ( ) {
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ fn unused_with_mismatch_source_being_patched() {
431
431
"\
432
432
[UPDATING] `dummy-registry` index
433
433
[WARNING] Patch `bar v0.2.0 ([CWD]/bar)` was not used in the crate graph.
434
- Perhaps you misspell the source URL being patched.
434
+ Perhaps you misspelled the source URL being patched.
435
435
Possible URLs for `[patch.<URL>]`:
436
436
crates-io
437
437
[WARNING] Patch `bar v0.3.0 ([CWD]/baz)` was not used in the crate graph.
@@ -1769,7 +1769,7 @@ fn two_semver_compatible() {
1769
1769
. with_stderr (
1770
1770
"\
1771
1771
warning: Patch `bar v0.1.1 [..]` was not used in the crate graph.
1772
- Perhaps you misspell the source URL being patched.
1772
+ Perhaps you misspelled the source URL being patched.
1773
1773
Possible URLs for `[patch.<URL>]`:
1774
1774
[CWD]/bar
1775
1775
[FINISHED] [..]" ,
@@ -1823,7 +1823,7 @@ fn multipatch_select_big() {
1823
1823
. with_stderr (
1824
1824
"\
1825
1825
warning: Patch `bar v0.1.0 [..]` was not used in the crate graph.
1826
- Perhaps you misspell the source URL being patched.
1826
+ Perhaps you misspelled the source URL being patched.
1827
1827
Possible URLs for `[patch.<URL>]`:
1828
1828
[CWD]/bar
1829
1829
[FINISHED] [..]" ,
You can’t perform that action at this time.
0 commit comments