summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-07-06 19:53:27 +0000
committerJeremy Katz <katzj@redhat.com>2007-07-06 19:53:27 +0000
commit38a370eda68297d5094a5b495b8f339766aed3e9 (patch)
treec5e688913e7f6ae77f848945775621cdfd08fc07 /partedUtils.py
parenta065d12b07928b9d327a5fc59104956c234753dc (diff)
downloadanaconda-38a370eda68297d5094a5b495b8f339766aed3e9.tar.gz
anaconda-38a370eda68297d5094a5b495b8f339766aed3e9.tar.xz
anaconda-38a370eda68297d5094a5b495b8f339766aed3e9.zip
2007-07-06 Jeremy Katz <katzj@redhat.com>
* partedUtils.py (DiskSet.openDevices): Fix double space (#246703) * partIntfHelpers.py (queryNoFormatPreExisting): Likewise.
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index cd2006cb4..7ae78e3c3 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -1179,7 +1179,7 @@ class DiskSet:
sys.exit(0)
else:
log.error(_("The drive /dev/%s has more than 15 partitions "
- "on it. The SCSI subsystem in the Linux "
+ "on it. The SCSI subsystem in the Linux "
"kernel does not allow for more than 15 "
"partitions at this time. You will not be "
"able to make changes to the partitioning of "