diff --git a/tests/testsuite/generate_lockfile.rs b/tests/testsuite/generate_lockfile.rs index 61d2f6d9a..5d00d4744 100644 --- a/tests/testsuite/generate_lockfile.rs +++ b/tests/testsuite/generate_lockfile.rs @@ -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(); }