Skip to content

Commit cc3d390

Browse files
committed
Auto merge of #6552 - In-line:fix-typo, r=alexcrichton
Fix typo
2 parents 2b4a5f1 + bfea4d5 commit cc3d390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cargo/core/resolver/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pub(super) fn activation_error(
268268
msg.push_str(
269269
"\nAs a reminder, you're using offline mode (-Z offline) \
270270
which can sometimes cause surprising resolution failures, \
271-
if this error is too confusing you may with to retry \
271+
if this error is too confusing you may wish to retry \
272272
without the offline flag.",
273273
);
274274
}

tests/testsuite/build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ location searched: registry `[..]`
10621062
required by package `bar v0.1.0 ([..])`
10631063
As a reminder, you're using offline mode (-Z offline) \
10641064
which can sometimes cause surprising resolution failures, \
1065-
if this error is too confusing you may with to retry \
1065+
if this error is too confusing you may wish to retry \
10661066
without the offline flag.",
10671067
)
10681068
.run();
@@ -1288,7 +1288,7 @@ required by package `bar v0.1.0`
12881288
... which is depended on by `foo v0.0.1 ([CWD])`
12891289
As a reminder, you're using offline mode (-Z offline) \
12901290
which can sometimes cause surprising resolution failures, \
1291-
if this error is too confusing you may with to retry \
1291+
if this error is too confusing you may wish to retry \
12921292
without the offline flag.",
12931293
)
12941294
.run();

0 commit comments

Comments
 (0)