Skip to content

Commit

Permalink
Auto merge of #6552 - In-line:fix-typo, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bors committed Jan 14, 2019
2 parents 2b4a5f1 + bfea4d5 commit cc3d390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cargo/core/resolver/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);
}
Expand Down
4 changes: 2 additions & 2 deletions tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit cc3d390

Please sign in to comment.