diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-05 22:05:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-05 22:05:54 +0000 |
commit | 9d49e6d9fc862848797d12799851132e83567305 (patch) | |
tree | 39ad0c45996934b18ba83466efc55cfc52982625 /textw/packages_text.py | |
parent | 446b7b5d1f130b89affc13bbf2c07a559ee61986 (diff) | |
download | anaconda-9d49e6d9fc862848797d12799851132e83567305.tar.gz anaconda-9d49e6d9fc862848797d12799851132e83567305.tar.xz anaconda-9d49e6d9fc862848797d12799851132e83567305.zip |
typo
Diffstat (limited to 'textw/packages_text.py')
-rw-r--r-- | textw/packages_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py index ccbd80bad..5978221bc 100644 --- a/textw/packages_text.py +++ b/textw/packages_text.py @@ -36,7 +36,7 @@ class PackageGroupWindow: ct = CheckboxTree(height = 8, scroll = 1) klass = todo.getClass () - showgrouns = klass.getOptionalGroups() + showgroups = klass.getOptionalGroups() for comp in todo.comps: show = 0 if showgroups: |