summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-05-04 17:18:37 -0400
committerDavid Cantrell <dcantrell@redhat.com>2009-05-04 15:14:12 -1000
commitf7fa618c172fabb67548b07d505f3ef81e41ceb9 (patch)
treebc8cb5dc916c4249e6256acea654b7384a3396fd /storage
parent2d0cec6dbd804b3f02a6dd7ab6b390955ea3f660 (diff)
downloadanaconda-f7fa618c172fabb67548b07d505f3ef81e41ceb9.tar.gz
anaconda-f7fa618c172fabb67548b07d505f3ef81e41ceb9.tar.xz
anaconda-f7fa618c172fabb67548b07d505f3ef81e41ceb9.zip
Fix a typo.
Diffstat (limited to 'storage')
-rw-r--r--storage/partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/partitioning.py b/storage/partitioning.py
index c2972fade..3046eecbc 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -267,7 +267,7 @@ def shouldClear(part, clearPartType, clearPartDisks=None, protectedPartitions=No
if clearPartType != CLEARPART_TYPE_ALL and not part.format.linuxNative and \
not part.getFlag(parted.PARTITION_LVM) and \
- not part.getFlag(parted.PARTIITON_RAID) and \
+ not part.getFlag(parted.PARTITION_RAID) and \
not part.getFlag(parted.PARTITION_SWAP):
return False