diff options
author | Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> | 2014-10-17 11:12:27 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-19 12:24:45 +0200 |
commit | bbd2948c988f908c6c4597646c1adb0f5422d382 (patch) | |
tree | 5b4b4cb69643454abcc1056f5fd1bf596f48c03a | |
parent | 14387bb1d049b1190719b3b38ba79e9afcf0d925 (diff) | |
download | buildroot-bbd2948c988f908c6c4597646c1adb0f5422d382.tar.gz buildroot-bbd2948c988f908c6c4597646c1adb0f5422d382.zip |
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>
-rw-r--r-- | package/ncurses/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index 3cc0a374ba..44713f9e30 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -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 |