[BusyBox-cvs] busybox/miscutils Config.in,1.9,1.10

Erik Andersen andersen at busybox.net
Wed Oct 22 09:59:18 UTC 2003


Update of /var/cvs/busybox/miscutils
In directory winder:/tmp/cvs-serv10852/miscutils

Modified Files:
	Config.in 
Log Message:
Andreas Mohr writes:

the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)

I also improved some wording to describe some things in a better way.

Many thanks for an incredible piece of software!

Andreas Mohr, random OSS developer



Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/miscutils/Config.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Config.in	9 Oct 2003 11:46:23 -0000	1.9
+++ Config.in	22 Oct 2003 09:58:30 -0000	1.10
@@ -24,7 +24,7 @@
 	default n
 	depends on CONFIG_CROND
 	help
-	  Support call /usr/sbin/sendmail for send cmd outputs.
+	  Support calling /usr/sbin/sendmail for send cmd outputs.
 
 config CONFIG_CRONTAB
 	bool "crontab"
@@ -138,7 +138,7 @@
 	bool "mt"
 	default n
 	help
-	  Mt is used to control tape devices.  You can use the mt utility
+	  mt is used to control tape devices.  You can use the mt utility
 	  to advance or rewind a tape past a specified number of archive
 	  files on the tape.
 
@@ -146,7 +146,7 @@
 	bool "strings"
 	default n
 	help
-	  Strings prints the printable character sequences for each file
+	  strings prints the printable character sequences for each file
 	  specified.
 
 config CONFIG_TIME
@@ -161,7 +161,7 @@
 	bool "watchdog"
 	default n
 	help
-	  The watchdog utility is used with hardware or softwate watchdog
+	  The watchdog utility is used with hardware or software watchdog
 	  device drivers.  It opens the specified watchdog device special file
 	  and periodically writes a magic character to the device.  If the
 	  watchdog applet ever fails to write the magic character within a




More information about the busybox-cvs mailing list