+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()
}
/*
- * Make sure this entry exists in the /etc/gshadow file.
+ * Make sure this entry exists in the /etc/shadow file.
*/
if (is_shadow) {
*/
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)