Correct spelling

This commit is contained in:
Kelly Thomas Kline 2018-09-25 00:02:52 -07:00 committed by GitHub
parent 9c74faa3a6
commit da03add6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,6 @@ fn duplicate_entries_in_lockfile() {
.with_stderr_contains(
"[..]package collision in the lockfile: packages common [..] and \
common [..] are different, but only one can be written to \
lockfile unambigiously",
lockfile unambiguously",
).run();
}