aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-29 23:56:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-29 23:56:13 +0000
commiteb10e17b7bfdfe68a2357589ca11956386b0925d (patch)
tree96f860e35e89535d97b813c95d5647bbba95392b /shell/Config.in
parent9356b5022cf151df878a65002e9359ac8074576d (diff)
downloadbusybox-eb10e17b7bfdfe68a2357589ca11956386b0925d.tar.gz
- improve spelling
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 3cd7c3c5b..4b7270efd 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -107,7 +107,7 @@ config ASH_BUILTIN_ECHO
select ECHO
depends on ASH
help
- Enable support for echo, built in to ash.
+ Enable support for echo, builtin to ash.
config ASH_BUILTIN_TEST
bool "Builtin version of 'test'"
@@ -115,7 +115,7 @@ config ASH_BUILTIN_TEST
select TEST
depends on ASH
help
- Enable support for test, built in to ash.
+ Enable support for test, builtin to ash.
config ASH_CMDCMD
bool "'command' command to override shell builtins"