diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-29 17:12:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-29 17:12:21 +0000 |
commit | 4926e559a936bc8c60808304cd462aeda5fd94ba (patch) | |
tree | b13bdd775a66a50b502b32e4f0732717abcba340 /openwrt | |
parent | f7c752321c06ffe70f88ca16e415557579f41131 (diff) | |
download | mtk-20170518-4926e559a936bc8c60808304cd462aeda5fd94ba.zip mtk-20170518-4926e559a936bc8c60808304cd462aeda5fd94ba.tar.gz mtk-20170518-4926e559a936bc8c60808304cd462aeda5fd94ba.tar.bz2 |
Fix typo in menuconfig
SVN-Revision: 3552
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/jamvm/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/vim/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/jamvm/Config.in b/openwrt/package/jamvm/Config.in index bfab0ec..5f71315 100644 --- a/openwrt/package/jamvm/Config.in +++ b/openwrt/package/jamvm/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_JAMVM - prompt "jamvm.............................A compact Java Virtual Machine" + prompt "jamvm............................. A compact Java Virtual Machine" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_ZLIB diff --git a/openwrt/package/vim/Config.in b/openwrt/package/vim/Config.in index 0d41078..b7b0a24 100644 --- a/openwrt/package/vim/Config.in +++ b/openwrt/package/vim/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_VIM - prompt "vim............................. VI Improved" + prompt "vim............................... VI Improved" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBNCURSES |