]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Fix typos.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 19 Nov 2011 14:20:52 +0000 (14:20 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 19 Nov 2011 14:20:52 +0000 (14:20 +0000)
ChangeLog
NEWS

index f4bd344e710ede17dd6dd316e002681e1291ba4c..5c30001a796d57af4d0e4c1f93b631e537d5a19a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-09-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/gpasswd.c: Remove log_gpasswd_success_gshadow(). Writing in
-       gshadowis the last sub-task.
+       gshadow is the last sub-task.
 
 2011-09-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/groupadd.c: Fix typo in comment.
        * src/userdel.c: Fix typo from 2011-06-04. Report failure on the
        mailfile instead of user_home.
-       * lib/fields.c: Fixed typo from 2010-02-15. field insteadof cp
+       * lib/fields.c: Fixed typo from 2010-02-15. field instead of cp
        ought to be checked.
        * src/vipw.c: Use Prog instead of progname. This is needed since
        Prog is used in the library.
 
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * man/userdel.8.xml: Document tat -f may force teh deletion of a
+       * man/userdel.8.xml: Document that -f may force the deletion of a
        busy user.
 
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
        src/groupmod.c, src/grpck.c, src/grpconv.c, src/grpunconv.c,
        src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c,
        src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c:
-       Harmonize the erro & syslog messages in case of failure of the
+       Harmonize the error & syslog messages in case of failure of the
        *_lock(), *_open(), *_close(), *_unlock(), *_remove() functions.
        * src/chgpasswd.c, src/chpasswd.c, src/usermod.c: Avoid
        capitalized messages.
 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/gpasswd.c: When a password is moved to the gshadow file, use
-       "x" instead of "x" to indicate that the password is shadowed
+       "x" instead of "!" to indicate that the password is shadowed
        (consistency with grpconv).
 
 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
diff --git a/NEWS b/NEWS
index 2e5e47e03ed4688c106268c1575c1287ae32eb43..336d30e30e4594a460b049c6c06023302c2ae94b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -456,7 +456,7 @@ shadow-4.1.0 -> shadow-4.1.1                                                02-04-2008
     faillog faster.
 - gpasswd
   * Fix failures when the gshadow file is not present.
-  * When a password is moved to the gshadow file, use "x" instead of "x"
+  * When a password is moved to the gshadow file, use "x" instead of "!"
     to indicate that the password is shadowed (consistency with grpconv).
   * Make sure the group and gshadow files are unlocked on exit.
 - groupadd