Fix typo. One "can't open" message is a "can't lock".

This commit is contained in:
nekral-guest 2008-03-04 23:53:00 +00:00
parent 528346cb3b
commit 52cfc3372b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-05 Nicolas François <nicolas.francois@centraliens.net>
* src/pwunconv.c: Fix typo. One "can't open" message is a "can't
lock".
2008-02-26 Nicolas François <nicolas.francois@centraliens.net>
* src/gpasswd.c: When a password is moved to the gshadow file, use

View File

@ -86,7 +86,7 @@ int main (int argc, char **argv)
}
if (!spw_lock ()) {
fprintf (stderr, _("%s: can't open shadow file\n"), Prog);
fprintf (stderr, _("%s: can't lock shadow file\n"), Prog);
fail_exit (5);
}
shadow_locked++;