[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
- Previous message: [BusyBox-cvs] busybox/libbb create_icmp6_socket.c, 1.3, 1.4 create_icmp_socket.c, 1.2, 1.3 default_error_retval.c, 1.1, 1.2 fclose_nonstdin.c, 1.1, 1.2 isdirectory.c, 1.5, 1.6 make_directory.c, 1.14, 1.15 printf.c, 1.4, 1.5 run_parts.c, 1.11, 1.12 vfork_daemon_rexec.c, 1.3, 1.4 warn_ignoring_args.c, 1.1, 1.2 xconnect.c, 1.13, 1.14
- Next message: [BusyBox-cvs] busybox/loginutils login.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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).
- Previous message: [BusyBox-cvs] busybox/libbb create_icmp6_socket.c, 1.3, 1.4 create_icmp_socket.c, 1.2, 1.3 default_error_retval.c, 1.1, 1.2 fclose_nonstdin.c, 1.1, 1.2 isdirectory.c, 1.5, 1.6 make_directory.c, 1.14, 1.15 printf.c, 1.4, 1.5 run_parts.c, 1.11, 1.12 vfork_daemon_rexec.c, 1.3, 1.4 warn_ignoring_args.c, 1.1, 1.2 xconnect.c, 1.13, 1.14
- Next message: [BusyBox-cvs] busybox/loginutils login.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list