svn commit: trunk/busybox: libpwdgrp shell

landley at busybox.net landley at busybox.net
Fri Mar 3 19:02:51 UTC 2006


Author: landley
Date: 2006-03-03 11:02:50 -0800 (Fri, 03 Mar 2006)
New Revision: 14439

Log:
Typo fixes brought to you by the letters a, l, and Robert P. Day.


Modified:
   trunk/busybox/libpwdgrp/pwd_grp.c
   trunk/busybox/libpwdgrp/pwd_grp_internal.c
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/libpwdgrp/pwd_grp.c
===================================================================
--- trunk/busybox/libpwdgrp/pwd_grp.c	2006-03-03 18:49:40 UTC (rev 14438)
+++ trunk/busybox/libpwdgrp/pwd_grp.c	2006-03-03 19:02:50 UTC (rev 14439)
@@ -11,7 +11,7 @@
  *    lenient.  See the various glibc difference comments below.
  *
  *  TODO:
- *    Move to dynamic allocation of (currently staticly allocated)
+ *    Move to dynamic allocation of (currently statically allocated)
  *      buffers; especially for the group-related functions since
  *      large group member lists will cause error returns.
  *
@@ -42,7 +42,7 @@
 #endif
 
 /**********************************************************************/
-/* Sizes for staticly allocated buffers. */
+/* Sizes for statically allocated buffers. */
 
 /* If you change these values, also change _SC_GETPW_R_SIZE_MAX and
  * _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */
@@ -133,7 +133,7 @@
 #endif
 /**********************************************************************/
 /* For the various fget??ent funcs, return NULL on failure and a
- * pointer to the appropriate struct (staticly allocated) on success.
+ * pointer to the appropriate struct (statically allocated) on success.
  */
 /**********************************************************************/
 #ifdef L_fgetpwent

Modified: trunk/busybox/libpwdgrp/pwd_grp_internal.c
===================================================================
--- trunk/busybox/libpwdgrp/pwd_grp_internal.c	2006-03-03 18:49:40 UTC (rev 14438)
+++ trunk/busybox/libpwdgrp/pwd_grp_internal.c	2006-03-03 19:02:50 UTC (rev 14439)
@@ -11,7 +11,7 @@
  *    lenient.  See the various glibc difference comments below.
  *
  *  TODO:
- *    Move to dynamic allocation of (currently staticly allocated)
+ *    Move to dynamic allocation of (currently statically allocated)
  *      buffers; especially for the group-related functions since
  *      large group member lists will cause error returns.
  *
@@ -42,7 +42,7 @@
 #endif
 
 /**********************************************************************/
-/* Sizes for staticly allocated buffers. */
+/* Sizes for statically allocated buffers. */
 
 /* If you change these values, also change _SC_GETPW_R_SIZE_MAX and
  * _SC_GETGR_R_SIZE_MAX in libc/unistd/sysconf.c to match */

Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2006-03-03 18:49:40 UTC (rev 14438)
+++ trunk/busybox/shell/Config.in	2006-03-03 19:02:50 UTC (rev 14439)
@@ -226,7 +226,7 @@
 	  busybox to use the ifconfig busybox applet.  Specifying the fully
 	  qualified executable name, such as '/sbin/ifconfig' will still
 	  execute the /sbin/ifconfig executable on the filesystem.  This option
-	  is generally used when creating a staticly linked version of busybox
+	  is generally used when creating a statically linked version of busybox
 	  for use as a rescue shell, in the event that you screw up your system.
 
 	  Note that when using this option, the shell will attempt to directly




More information about the busybox-cvs mailing list