File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ fn check_duplicate_pkgs_in_lockfile(resolve: &Resolve) -> CargoResult<()> {
1154
1154
if let Some ( prev_pkg_id) = unique_pkg_ids. insert ( encodable_pkd_id, pkg_id) {
1155
1155
bail ! (
1156
1156
"package collision in the lockfile: packages {} and {} are different, \
1157
- but only one can be written to lockfile unambigiously ",
1157
+ but only one can be written to lockfile unambiguously ",
1158
1158
prev_pkg_id,
1159
1159
pkg_id
1160
1160
)
Original file line number Diff line number Diff line change @@ -226,6 +226,6 @@ fn duplicate_entries_in_lockfile() {
226
226
. with_stderr_contains (
227
227
"[..]package collision in the lockfile: packages common [..] and \
228
228
common [..] are different, but only one can be written to \
229
- lockfile unambigiously ",
229
+ lockfile unambiguously ",
230
230
) . run ( ) ;
231
231
}
You can’t perform that action at this time.
0 commit comments