summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-16 00:05:34 +0000
committerMatt Wilson <msw@redhat.com>2000-06-16 00:05:34 +0000
commit0f60618dd142b15d0b3bca38ea69e3312abd206b (patch)
tree9cd976455124db21c967306719fcbc4a9bea8746 /textw
parentfca7e530207df4dd745fa2d9ec0fa57217e80e2d (diff)
downloadanaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.tar.gz
anaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.tar.xz
anaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.zip
typo
Diffstat (limited to 'textw')
-rw-r--r--textw/silo_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/silo_text.py b/textw/silo_text.py
index 80cef2063..89ccd2c3c 100644
--- a/textw/silo_text.py
+++ b/textw/silo_text.py
@@ -25,7 +25,7 @@ class SiloAppendWindow:
buttons = ButtonBar(screen, [(_("OK"), "ok"), (_("Skip"), "skip"),
(_("Back"), "back") ] )
- grid = GridFormHelp(screenHelp, _("SILO Configuration"),
+ grid = GridFormHelp(screen, _("SILO Configuration"),
"silokernelopts", 1, 3)
grid.add(t, 0, 0)
grid.add(entry, 0, 1, padding = (0, 0, 0, 1))