Skip to content

Commit 09006dd

Browse files
authored
Typo
1 parent 8ee5b09 commit 09006dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ impl Config {
860860
let ret = f.as_path_unlocked();
861861
assert!(
862862
self.package_cache_lock.borrow().is_some(),
863-
"pacakge cache lock is not currently held, Cargo forgot to call \
863+
"package cache lock is not currently held, Cargo forgot to call \
864864
`acquire_package_cache_lock` before we got to this stack frame",
865865
);
866866
assert!(ret.starts_with(self.home_path.as_path_unlocked()));

0 commit comments

Comments
 (0)