From: nekral-guest Date: Sun, 18 Nov 2007 01:20:10 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: 4.1.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1089e6f094208e41a04e62651e2be4d3a681a5;p=thirdparty%2Fshadow.git Fix a typo in a comment. --- diff --git a/ChangeLog b/ChangeLog index ec5210910..38a85b87b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-18 Nicolas François + + * src/login_nopam.c: Fix a typo in a comment. + 2007-11-18 Nicolas François * src/useradd.c: Do not document the behavior compared to old diff --git a/src/login_nopam.c b/src/login_nopam.c index 6f784bee1..f35f7541c 100644 --- a/src/login_nopam.c +++ b/src/login_nopam.c @@ -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 *