summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/User/grent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/User/grent.pm b/lib/User/grent.pm
index b66771f2e1..74cf9444f1 100644
--- a/lib/User/grent.pm
+++ b/lib/User/grent.pm
@@ -61,7 +61,7 @@ User::grent - by-name interface to Perl's built-in getgr*() functions
=head1 DESCRIPTION
-This module's default exports override the core getgrent(), getgruid(),
+This module's default exports override the core getgrent(), getgrgid(),
and getgrnam() functions, replacing them with versions that return
"User::grent" objects. This object has methods that return the similarly
named structure field name from the C's passwd structure from F<grp.h>;