aboutsummaryrefslogtreecommitdiff
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
parent9356b5022cf151df878a65002e9359ac8074576d (diff)
downloadbusybox-w32-eb10e17b7bfdfe68a2357589ca11956386b0925d.tar.gz
busybox-w32-eb10e17b7bfdfe68a2357589ca11956386b0925d.tar.bz2
busybox-w32-eb10e17b7bfdfe68a2357589ca11956386b0925d.zip
- improve spelling
-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
107 select ECHO 107 select ECHO
108 depends on ASH 108 depends on ASH
109 help 109 help
110 Enable support for echo, built in to ash. 110 Enable support for echo, builtin to ash.
111 111
112config ASH_BUILTIN_TEST 112config ASH_BUILTIN_TEST
113 bool "Builtin version of 'test'" 113 bool "Builtin version of 'test'"
@@ -115,7 +115,7 @@ config ASH_BUILTIN_TEST
115 select TEST 115 select TEST
116 depends on ASH 116 depends on ASH
117 help 117 help
118 Enable support for test, built in to ash. 118 Enable support for test, builtin to ash.
119 119
120config ASH_CMDCMD 120config ASH_CMDCMD
121 bool "'command' command to override shell builtins" 121 bool "'command' command to override shell builtins"