From 09006ddcccda0feef4db18eba0b6fe0ac12ec451 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 5 Jul 2019 12:03:35 -0400 Subject: [PATCH] Typo --- src/cargo/util/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/util/config.rs b/src/cargo/util/config.rs index 54ca624c805..4f4eb7e05b1 100644 --- a/src/cargo/util/config.rs +++ b/src/cargo/util/config.rs @@ -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()));