ncurses: fix typo 'target'

Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Sebastien Bourdelin 2014-10-17 11:12:27 -04:00 committed by Thomas Petazzoni
parent 14387bb1d0
commit bbd2948c98
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ config BR2_PACKAGE_NCURSES_TARGET_MENU
config BR2_PACKAGE_NCURSES_TARGET_PROGS
bool "ncurses programs"
help
Include ncurses programs in traget (clear, reset, tput, ...)
Include ncurses programs in target (clear, reset, tput, ...)
endif