svn commit: trunk/busybox/coreutils

aldot at busybox.net aldot at busybox.net
Wed Nov 5 08:18:16 UTC 2008


Author: aldot
Date: 2008-11-05 00:18:16 -0800 (Wed, 05 Nov 2008)
New Revision: 23930

Log:
- commentary typo fix (tito)


Modified:
   trunk/busybox/coreutils/id.c


Changeset:
Modified: trunk/busybox/coreutils/id.c
===================================================================
--- trunk/busybox/coreutils/id.c	2008-11-05 08:15:13 UTC (rev 23929)
+++ trunk/busybox/coreutils/id.c	2008-11-05 08:18:16 UTC (rev 23930)
@@ -133,7 +133,7 @@
 	}
 	/* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */
 	/* id says: print the real ID instead of the effective ID, with -ugG */
-	/* in fact in ths case egid is always printed if egid != rgid */
+	/* in fact in this case egid is always printed if egid != rgid */
 	if (!opt || (opt & JUST_ALL_GROUPS)) {
 		gid_t *groups;
 		int n;




More information about the busybox-cvs mailing list