From cd1089e6f094208e41a04e62651e2be4d3a681a5 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 18 Nov 2007 01:20:10 +0000 Subject: [PATCH] Fix a typo in a comment. --- ChangeLog | 4 ++++ src/login_nopam.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec521091..38a85b87 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 6f784bee..f35f7541 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 *