summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 00:14:40 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 00:14:40 +0000
commit7d26cfab32d9b1c9972686aeaed535e7a895ace2 (patch)
treea15c02bc852537be1729ef6017fcf3e9037fb0df /fsset.py
parent62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e (diff)
downloadanaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.tar.gz
anaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.tar.xz
anaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.zip
typo
Diffstat (limited to 'fsset.py')
-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