svn commit: trunk/busybox/shell

aldot at busybox.net aldot at busybox.net
Mon Jan 29 23:56:14 UTC 2007


Author: aldot
Date: 2007-01-29 15:56:13 -0800 (Mon, 29 Jan 2007)
New Revision: 17661

Log:
- improve spelling


Modified:
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2007-01-29 23:44:38 UTC (rev 17660)
+++ trunk/busybox/shell/Config.in	2007-01-29 23:56:13 UTC (rev 17661)
@@ -107,7 +107,7 @@
 	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 @@
 	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"




More information about the busybox-cvs mailing list