Browse Source

Sebastian Jaenicke <tsa@jaenicke.org>:

fix a small typo


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1251 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Sebastian Jaenicke 21 years ago
parent
commit
47410a0770
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/termcap/config.in

+ 1
- 1
package/base/termcap/config.in

@ -22,7 +22,7 @@
if pkgcheck termcap
then
menu_begin MENU_PKG_TERMCAP 'Termcap (obsolated by [n]curses)'
menu_begin MENU_PKG_TERMCAP 'Termcap (obsoleted by [n]curses)'
bool 'Build and use termcap library' ROCKCFG_PKG_TERMCAP_USEIT 0
if [ "$ROCKCFG_PKG_TERMCAP_USEIT" = 1 ] ; then

Loading…
Cancel
Save