[PATCH 11/13] Fix typo in the comment

Vratislav Podzimek vpodzime at redhat.com
Mon Mar 10 13:22:17 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 24e8dab..45050d4 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -189,7 +189,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
         # update the global passphrase
         self.data.autopart.passphrase = self.passphrase
 
-        # make sure any device/passphrase pairs we've obtained are remebered
+        # make sure any device/passphrase pairs we've obtained are remembered
         for device in self.storage.devices:
             if device.format.type == "luks" and not device.format.exists:
                 if not device.format.hasKey:
-- 
1.8.5.3



More information about the anaconda-patches mailing list