[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/2] Fix a typo.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 1/2] Fix a typo.
- Date: Mon, 4 May 2009 17:18:37 -0400
---
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
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]