]> granicus.if.org Git - shadow/commitdiff
* lib/gshadow_.h: Fix typo in comment.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 14 Aug 2011 13:16:54 +0000 (13:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 14 Aug 2011 13:16:54 +0000 (13:16 +0000)
ChangeLog
lib/gshadow_.h

index 362947a74ae1e9f415eee8cc54d0c707cfd06cd0..906fbb31d874b6a6b5539f539d750521637ecf81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-14  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/gshadow_.h: Fix typo in comment.
+
 2011-08-14  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/prototypes.h, libmisc/getgr_nam_gid.c: getgr_nam_gid()
index 851463bd2082a1c900042b5b8a3ada3f1b671a21..7959c5a1b9f6c39174dd1b165d4e2ba39911c46e 100644 (file)
@@ -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 */
 };