summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 467907fc1..9a9be4a05 100644
--- a/fsset.py
+++ b/fsset.py
@@ -649,7 +649,7 @@ class FileSystemSetEntry:
def umount(self, chroot='/'):
if self.mountcount > 0:
- self.fssytem.umount(self.device, "%s/%s" % (chroot,
+ self.fsystem.umount(self.device, "%s/%s" % (chroot,
self.mountpoint))
self.mountcount = self.mountcount - 1