]> granicus.if.org Git - shadow/commitdiff
Fix typos in comments (gshadow/shadow).
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:25:57 +0000 (16:25 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:25:57 +0000 (16:25 +0000)
ChangeLog
src/pwck.c

index 64b3d8fab8ad1bd99674a7a0958776ecef33ffda..3efb37c7fcda5195ac0d17ecc93ab65eb33b66bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/pwck.c: Fix typos in comments (gshadow/shadow).
+
 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/pwck.c: Split process_flags(), open_files(), close_files()
index 84ec83b59c7c93b4a14d9c393f32b1ed7aca9a49..66cc016b23449f68a61b1f6dab490ff8e181ba60 100644 (file)
@@ -388,7 +388,7 @@ static void check_pw_file (int *errors, int *changed)
                }
 
                /*
-                * Make sure this entry exists in the /etc/gshadow file.
+                * Make sure this entry exists in the /etc/shadow file.
                 */
 
                if (is_shadow) {
@@ -455,7 +455,7 @@ static void check_spw_file (int *errors, int *changed)
         */
        for (spe = __spw_get_head (); spe; spe = spe->next) {
                /*
-                * Do not treat lines which were missing in gshadow
+                * Do not treat lines which were missing in shadow
                 * and were added earlier.
                 */
                if (spe->line == NULL)