[BusyBox-cvs] busybox/loginutils login.c,1.16,1.17

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


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

Modified Files:
	login.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: login.c
===================================================================
RCS file: /var/cvs/busybox/loginutils/login.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a/login.c	12 Apr 2004 22:49:06 -0000	1.16
+++ b/login.c	14 Apr 2004 17:51:19 -0000	1.17
@@ -96,7 +96,7 @@
 			break;
 		case 'f':
 			/*
-			 * username must be a seperate token
+			 * username must be a separate token
 			 * (-f root, *NOT* -froot). --marekm
 			 */
 			if ( optarg != argv[optind-1] )




More information about the busybox-cvs mailing list