Auto merge of #6552 - In-line:fix-typo, r=alexcrichton

Fix typo
This commit is contained in:
bors 2019-01-14 23:46:03 +00:00
commit cc3d390d25
2 changed files with 3 additions and 3 deletions

View File

@ -268,7 +268,7 @@ pub(super) fn activation_error(
msg.push_str(
"\nAs a reminder, you're using offline mode (-Z offline) \
which can sometimes cause surprising resolution failures, \
if this error is too confusing you may with to retry \
if this error is too confusing you may wish to retry \
without the offline flag.",
);
}

View File

@ -1062,7 +1062,7 @@ location searched: registry `[..]`
required by package `bar v0.1.0 ([..])`
As a reminder, you're using offline mode (-Z offline) \
which can sometimes cause surprising resolution failures, \
if this error is too confusing you may with to retry \
if this error is too confusing you may wish to retry \
without the offline flag.",
)
.run();
@ -1288,7 +1288,7 @@ required by package `bar v0.1.0`
... which is depended on by `foo v0.0.1 ([CWD])`
As a reminder, you're using offline mode (-Z offline) \
which can sometimes cause surprising resolution failures, \
if this error is too confusing you may with to retry \
if this error is too confusing you may wish to retry \
without the offline flag.",
)
.run();