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

index 42dbd8f5dce20131cae839f35a7249e247bf2a35..df98bae978ca462f23dc1d91b6b6f25bc9e5ec14 100644 (file)
@@ -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.