]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Fix a typo in a comment.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Nov 2007 01:20:10 +0000 (01:20 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Nov 2007 01:20:10 +0000 (01:20 +0000)
ChangeLog
src/login_nopam.c

index ec52109109d7623e66d41a76f6080ce7d018df2c..38a85b87bf951f8378e06b253f31fbfc0f796a61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/login_nopam.c: Fix a typo in a comment.
+
 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/useradd.c: Do not document the behavior compared to old
index 6f784bee12b32f67463621c46648c99a73a0e609..f35f7541ca473bdc0bfbc5c202744952e109a543 100644 (file)
@@ -228,7 +228,7 @@ static int user_match (const char *tok, const char *string)
                                return (YES);
 #ifdef PRIMARY_GROUP_MATCH
                /*
-                * If the sting is an user whose initial GID matches the token,
+                * If the string is an user whose initial GID matches the token,
                 * accept it. May avoid excessively long lines in /etc/group.
                 * Radu-Adrian Feurdean <raf@licj.soroscj.ro>
                 *