From: nekral-guest Date: Tue, 1 Jan 2008 19:56:29 +0000 (+0000) Subject: Fix typo s/groupadd/chpasswd/ X-Git-Tag: 4.1.1~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e700196c17f740d77c5ff6d01ec40376e069b649;p=shadow Fix typo s/groupadd/chpasswd/ --- diff --git a/src/chpasswd.c b/src/chpasswd.c index 42dbd8f5..df98bae9 100644 --- a/src/chpasswd.c +++ b/src/chpasswd.c @@ -205,7 +205,7 @@ static void check_flags (void) /* * check_perms - check if the caller is allowed to add a group * - * With PAM support, the setuid bit can be set on groupadd to allow + * With PAM support, the setuid bit can be set on chpasswd to allow * non-root users to groups. * Without PAM support, only users who can write in the group databases * can add groups.