summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-04 23:17:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-04 23:17:15 +0000
commit74d59b45adb317644988c227ec5713e9735f1499 (patch)
tree97344edc2919e8ccb645cd8644636d2b41f6a296
parentcb7cdd879e777b045bd1c9875db1912b067cf2ad (diff)
downloadanaconda-74d59b45adb317644988c227ec5713e9735f1499.tar.gz
anaconda-74d59b45adb317644988c227ec5713e9735f1499.tar.xz
anaconda-74d59b45adb317644988c227ec5713e9735f1499.zip
I can't type
-rw-r--r--partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitioning.py b/partitioning.py
index 00d313256..6ab18a2c8 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -1083,7 +1083,7 @@ class Partitions:
elif part.get_flag(parted.PARTITION_RAID) == 1:
ptype = fsset.fileSystemTypeGet("software RAID")
elif part.get_flag(parted.PARTITION_LVM) == 1:
- pytpe = fsset.fileSystemTypeGet("physical volume (LVM)")
+ ptype = fsset.fileSystemTypeGet("physical volume (LVM)")
elif part.fs_type:
ptype = get_partition_file_system_type(part)
if part.fs_type.name == "linux-swap":