summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 19:21:44 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 19:21:44 +0000
commitc150cb2b35eae98e6b0d7aff4e0215a001c8a579 (patch)
tree5a45675f12401162de617d8aac4fcf7cd347de70 /textw
parent8dd6e78b522d8115b06330a64978ae734313ddfb (diff)
downloadanaconda-c150cb2b35eae98e6b0d7aff4e0215a001c8a579.tar.gz
anaconda-c150cb2b35eae98e6b0d7aff4e0215a001c8a579.tar.xz
anaconda-c150cb2b35eae98e6b0d7aff4e0215a001c8a579.zip
some more typos
Diffstat (limited to 'textw')
-rw-r--r--textw/silo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/silo.py b/textw/silo.py
index 360b86e0f..aa8fae101 100644
--- a/textw/silo.py
+++ b/textw/silo.py
@@ -38,7 +38,7 @@ class SiloAppendWindow:
if button == "skip":
todo.skipLilo = 1
- todo.lilo.setDevice(None)
+ todo.silo.setDevice(None)
else:
todo.skipLilo = 0
@@ -240,7 +240,7 @@ class SiloImagesWindow:
if (result == "back"):
return INSTALL_BACK
- todo.silo.setLiloImages(images)
+ todo.silo.setSiloImages(images)
todo.silo.setDefault(label)
return INSTALL_OK