Fix a typo in a comment.
This commit is contained in:
parent
311f4baa27
commit
cd1089e6f0
@ -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
|
||||
|
@ -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>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user