- improve spelling
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:56:13 +0000 (23:56 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:56:13 +0000 (23:56 -0000)
shell/Config.in

index 3cd7c3c..4b7270e 100644 (file)
@@ -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"