typo fix
authorGui Chen <gui.chen@intel.com>
Wed, 14 Aug 2013 07:38:19 +0000 (03:38 -0400)
committerGui Chen <gui.chen@intel.com>
Wed, 14 Aug 2013 07:38:19 +0000 (03:38 -0400)
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/kickstart/custom_commands/installerfw.py

index 1f4b5e7..7cfb27f 100644 (file)
@@ -71,7 +71,7 @@ class Mic_installerfw(KickstartCommand):
                           "plugin name instead of 'extlinux', the latter " \
                           "is obsolete and will be removed in future releases")
             # Rename all occurances of "extlinux" to "bootloader"
-            self.reatures = [ "bootloader" if x == "extlinux" else x
+            self.features = [ "bootloader" if x == "extlinux" else x
                               for x in self.features ]
 
         return self