Fix typos in comments (gshadow/shadow).

This commit is contained in:
nekral-guest 2008-01-01 16:25:57 +00:00
parent d022527b71
commit 6ac97a708c
2 changed files with 6 additions and 2 deletions

View File

@ -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> 2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/pwck.c: Split process_flags(), open_files(), close_files() * src/pwck.c: Split process_flags(), open_files(), close_files()

View 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) { 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) { 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. * and were added earlier.
*/ */
if (spe->line == NULL) if (spe->line == NULL)