summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-18 16:05:13 +0000
committerChris Lumens <clumens@redhat.com>2007-07-18 16:05:13 +0000
commita1f741cc3bc876473a0b4007c79aa4d1ce71b10e (patch)
tree4330e59cc8edcfbce1166e8bae81f166f7387dce
parent4d940810a5f1a775ee1128e449cf7f7ef3f55765 (diff)
downloadanaconda-a1f741cc3bc876473a0b4007c79aa4d1ce71b10e.tar.gz
anaconda-a1f741cc3bc876473a0b4007c79aa4d1ce71b10e.tar.xz
anaconda-a1f741cc3bc876473a0b4007c79aa4d1ce71b10e.zip
Fix typo.
-rw-r--r--ChangeLog4
-rw-r--r--partitions.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0b6460b5..618a2f944 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-18 Chris Lumens <clumens@redhat.com>
+
+ * partitions.py (Partitions.hasGptLabel): Fix typo.
+
2007-07-18 Peter Jones <pjones@redhat.com>
* fsset.py (FATFileSystem.labelDevice): add support for labeling FAT
diff --git a/partitions.py b/partitions.py
index 0a8c8e1bc..30803d556 100644
--- a/partitions.py
+++ b/partitions.py
@@ -802,7 +802,7 @@ class Partitions:
def hasGptLabel(self, diskset, device):
disk = diskset.disks[device]
- return disk.type.name == "gpt":
+ return disk.type.name == "gpt"
def sanityCheckAllRequests(self, diskset, baseChecks = 0):
"""Do a sanity check of all of the requests.