From 6ac97a708c2c728e31c14b1cee95abbedfb40d15 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 1 Jan 2008 16:25:57 +0000 Subject: [PATCH] Fix typos in comments (gshadow/shadow). --- ChangeLog | 4 ++++ src/pwck.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64b3d8fa..3efb37c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-01 Nicolas François + + * src/pwck.c: Fix typos in comments (gshadow/shadow). + 2008-01-01 Nicolas François * src/pwck.c: Split process_flags(), open_files(), close_files() diff --git a/src/pwck.c b/src/pwck.c index 84ec83b5..66cc016b 100644 --- a/src/pwck.c +++ b/src/pwck.c @@ -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) -- 2.50.1