[BusyBox-cvs] busybox/findutils grep.c,1.81,1.82 xargs.c,1.34,1.35

Erik Andersen andersen at busybox.net
Wed Apr 14 17:51:14 UTC 2004


Update of /var/cvs/busybox/findutils
In directory nail:/tmp/cvs-serv15466/findutils

Modified Files:
	grep.c xargs.c 
Log Message:
Larry Doolittle writes:

This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.

Erik - please apply.

Authors - please check that I didn't corrupt any meaning.

Package importers - see if any of these changes should be
passed to the upstream authors.

I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.

What is "pretect redefined for test" in cmdedit.c?

Good luck on the 1.00 release!

      - Larry



Index: xargs.c
===================================================================
RCS file: /var/cvs/busybox/findutils/xargs.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- a/xargs.c	15 Mar 2004 08:28:37 -0000	1.34
+++ b/xargs.c	14 Apr 2004 17:51:10 -0000	1.35
@@ -5,7 +5,7 @@
  * (C) 2002,2003 by Vladimir Oleynik <dzo at simtreas.ru>
  *
  * Special thanks
- * - Mark Whitley and Glenn McGrath for stimul to rewrote :)
+ * - Mark Whitley and Glenn McGrath for stimulus to rewrite :)
  * - Mike Rendell <michael at cs.mun.ca>
  * and David MacKenzie <djm at gnu.ai.mit.edu>.
  *

Index: grep.c
===================================================================
RCS file: /var/cvs/busybox/findutils/grep.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- a/grep.c	15 Mar 2004 08:28:37 -0000	1.81
+++ b/grep.c	14 Apr 2004 17:51:10 -0000	1.82
@@ -89,7 +89,7 @@
 static void print_line(const char *line, int linenum, char decoration)
 {
 #ifdef CONFIG_FEATURE_GREP_CONTEXT
-	/* possibly print the little '--' seperator */
+	/* possibly print the little '--' separator */
 	if ((lines_before || lines_after) && last_line_printed &&
 			last_line_printed < linenum - 1) {
 		puts("--");




More information about the busybox-cvs mailing list