[Buildroot] [git commit] ncurses: fix typo 'target'

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 19 10:24:45 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=bbd2948c988f908c6c4597646c1adb0f5422d382
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin at savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 3cc0a37..44713f9 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


More information about the buildroot mailing list