[Pkg-shadow-commits] r3464 - in upstream/trunk: . lib

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Aug 14 13:16:54 UTC 2011


Author: nekral-guest
Date: 2011-08-14 13:16:54 +0000 (Sun, 14 Aug 2011)
New Revision: 3464

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/gshadow_.h
Log:
	* lib/gshadow_.h: Fix typo in comment.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-08-14 13:16:26 UTC (rev 3463)
+++ upstream/trunk/ChangeLog	2011-08-14 13:16:54 UTC (rev 3464)
@@ -1,5 +1,9 @@
 2011-08-14  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/gshadow_.h: Fix typo in comment.
+
+2011-08-14  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam_gid()
 	returns an allocated structure.
 

Modified: upstream/trunk/lib/gshadow_.h
===================================================================
--- upstream/trunk/lib/gshadow_.h	2011-08-14 13:16:26 UTC (rev 3463)
+++ upstream/trunk/lib/gshadow_.h	2011-08-14 13:16:54 UTC (rev 3464)
@@ -43,7 +43,7 @@
 struct sgrp {
 	char *sg_name;		/* group name */
 	char *sg_passwd;	/* group password */
-	char **sg_adm;		/* group administator list */
+	char **sg_adm;		/* group administrator list */
 	char **sg_mem;		/* group membership list */
 };
 




More information about the Pkg-shadow-commits mailing list