diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 00:14:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 00:14:40 +0000 |
commit | 7d26cfab32d9b1c9972686aeaed535e7a895ace2 (patch) | |
tree | a15c02bc852537be1729ef6017fcf3e9037fb0df /fsset.py | |
parent | 62229ae0dbed7d4cdfe2faded0e2fd67cc947f6e (diff) | |
download | anaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.tar.gz anaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.tar.xz anaconda-7d26cfab32d9b1c9972686aeaed535e7a895ace2.zip |
typo
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |