diff options
-rw-r--r-- | pkgtools/pkg_install/files/tkpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/tkpkg b/pkgtools/pkg_install/files/tkpkg index 73f2f2907e3..d6804a7ea91 100644 --- a/pkgtools/pkg_install/files/tkpkg +++ b/pkgtools/pkg_install/files/tkpkg @@ -15,7 +15,7 @@ listbox .frame.list -yscroll ".frame.scroll set" -relief sunken -setgrid 1 pack append .frame .frame.scroll {right filly} \ .frame.list {left expand fill} -# build the lower window shoing the complete description of a pacage +# build the lower window showing the complete description of a package frame .f -borderwidth 4 text .f.t -width 80 -height 20 -yscrollcommand ".f.s set" -relief sunken |