Fix a typo in a comment.

This commit is contained in:
nekral-guest 2007-11-18 01:20:10 +00:00
parent 311f4baa27
commit cd1089e6f0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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>
*