summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-02-18 15:52:57 +0000
committerPeter Jones <pjones@redhat.com>2005-02-18 15:52:57 +0000
commitc54db21d4aea4fec6d2146ec08557bfaf72d7789 (patch)
tree487d1608cf107acfd688c9325cc786c23f46f5cc /autopart.py
parent90c3a43ea64cb399dd66feeb87b1b6f70c302a8e (diff)
downloadanaconda-c54db21d4aea4fec6d2146ec08557bfaf72d7789.tar.gz
anaconda-c54db21d4aea4fec6d2146ec08557bfaf72d7789.tar.xz
anaconda-c54db21d4aea4fec6d2146ec08557bfaf72d7789.zip
Typo fix from Aldy Hernandez.
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 538b09862..712e1ed71 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1592,7 +1592,7 @@ def queryAutoPartitionOK(intf, diskset, partitions):
elif type == CLEARPART_TYPE_NONE:
return 1
else:
- raise ValueError, "Invalid clear part type in doClearPartAction"
+ raise ValueError, "Invalid clear part type in queryAutoPartitionOK"
drvstr = "\n\n"
if drives == None: