]> granicus.if.org Git - shadow/commitdiff
Fix typo s/groupadd/chgpasswd/.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 19:53:02 +0000 (19:53 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 19:53:02 +0000 (19:53 +0000)
src/chgpasswd.c

index 75af518dd8b61d5baf08d917d9a32d6686d9d1c6..1a992d85871908f99863e5cb7ad3499095729b2b 100644 (file)
@@ -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.