On 05/04/2009 11:18 AM, Chris Lumens wrote:
--- storage/partitioning.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/partitioning.py b/storage/partitioning.py index c2972fa..3046eec 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
Looks good. -- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list