Fix typo in 'Acquired'
This commit is contained in:
parent
c395a50803
commit
7728e0b0a1
@ -173,7 +173,7 @@ impl LockHandle {
|
||||
continue 'retry;
|
||||
}
|
||||
|
||||
info!("Acqured {:?} lock {}", kind, lock_id);
|
||||
info!("Acquired {:?} lock {}", kind, lock_id);
|
||||
|
||||
let lock = Arc::new(RwLock::new(lock_desc));
|
||||
let lock2 = lock.clone();
|
||||
|
Loading…
Reference in New Issue
Block a user