[BusyBox-cvs] busybox/libpwdgrp __getgrent.c, 1.6, 1.7 initgroups.c, 1.7, 1.8

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


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

Modified Files:
	__getgrent.c initgroups.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: __getgrent.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/__getgrent.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/__getgrent.c	15 Mar 2004 08:28:45 -0000	1.6
+++ b/__getgrent.c	14 Apr 2004 17:51:18 -0000	1.7
@@ -28,7 +28,7 @@
 /*
  * Define GR_SCALE_DYNAMIC if you want grp to dynamically scale its read buffer
  * so that lines of any length can be used.  On very very small systems,
- * you may want to leave this undefined becasue it will make the grp functions
+ * you may want to leave this undefined because it will make the grp functions
  * somewhat larger (because of the inclusion of malloc and the code necessary).
  * On larger systems, you will want to define this, because grp will _not_
  * deal with long lines gracefully (they will be skipped).

Index: initgroups.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/initgroups.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/initgroups.c	15 Mar 2004 08:28:45 -0000	1.7
+++ b/initgroups.c	14 Apr 2004 17:51:18 -0000	1.8
@@ -28,7 +28,7 @@
 /*
  * Define GR_SCALE_DYNAMIC if you want grp to dynamically scale its read buffer
  * so that lines of any length can be used.  On very very small systems,
- * you may want to leave this undefined becasue it will make the grp functions
+ * you may want to leave this undefined because it will make the grp functions
  * somewhat larger (because of the inclusion of malloc and the code necessary).
  * On larger systems, you will want to define this, because grp will _not_
  * deal with long lines gracefully (they will be skipped).




More information about the busybox-cvs mailing list