summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-08 19:13:03 +0000
committerChris Lumens <clumens@redhat.com>2006-05-08 19:13:03 +0000
commitdedf534b69e30a297dc824a33c4d686ca1a16cfa (patch)
tree23727c10f5738880f3d2fb03c10b229dea8528a5 /yuminstall.py
parentd155184da0527bfbdf7a64186d737a74072c692a (diff)
downloadanaconda-dedf534b69e30a297dc824a33c4d686ca1a16cfa.tar.gz
anaconda-dedf534b69e30a297dc824a33c4d686ca1a16cfa.tar.xz
anaconda-dedf534b69e30a297dc824a33c4d686ca1a16cfa.zip
Typo fix.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 92c8a6bb0..48d070dcc 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -168,7 +168,7 @@ class simpleCallback:
"reinstallation. Are you "
"sure you wish to "
"continue?"),
- t ype = "custom",
+ type = "custom",
custom_icon="warning",
custom_buttons = [_("_Cancel"),
_("_Reboot")])