mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
Fix typo
This commit is contained in:
@@ -55,7 +55,7 @@ impl<'a> Drop for MountStack<'a> {
|
||||
while let Some(target) = self.targets.pop() {
|
||||
debug!("Unmounting {}", target.display());
|
||||
if !umount(target).is_ok() {
|
||||
warn!("Unable to mount {}", target.display());
|
||||
warn!("Unable to umount {}", target.display());
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user