From: nekral-guest Date: Tue, 1 Jan 2008 19:53:02 +0000 (+0000) Subject: Fix typo s/groupadd/chgpasswd/. X-Git-Tag: 4.1.1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376d990101f99459544faf78d3b191a28923ac5e;p=thirdparty%2Fshadow.git Fix typo s/groupadd/chgpasswd/. --- diff --git a/src/chgpasswd.c b/src/chgpasswd.c index 75af518dd..1a992d858 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -208,7 +208,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 chgpasswd to allow * non-root users to groups. * Without PAM support, only users who can write in the group databases * can add groups.