---
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