Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Jul 5, 2019
1 parent 8ee5b09 commit 09006dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ impl Config {
let ret = f.as_path_unlocked();
assert!(
self.package_cache_lock.borrow().is_some(),
"pacakge cache lock is not currently held, Cargo forgot to call \
"package cache lock is not currently held, Cargo forgot to call \
`acquire_package_cache_lock` before we got to this stack frame",
);
assert!(ret.starts_with(self.home_path.as_path_unlocked()));
Expand Down

0 comments on commit 09006dd

Please sign in to comment.