diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 23:56:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 23:56:13 +0000 |
commit | eb10e17b7bfdfe68a2357589ca11956386b0925d (patch) | |
tree | 96f860e35e89535d97b813c95d5647bbba95392b /shell | |
parent | 9356b5022cf151df878a65002e9359ac8074576d (diff) |
- improve spelling
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 4 |
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" |