ncurses: fix typo 'target'
authorSebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Fri, 17 Oct 2014 15:12:27 +0000 (11:12 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Oct 2014 10:24:45 +0000 (12:24 +0200)
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>
package/ncurses/Config.in

index 3cc0a374baf42bb165c56f2964dd68004a035b97..44713f9e307f4bc462881007f9c52eaf6d87175c 100644 (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