summaryrefslogtreecommitdiff
path: root/lib/User
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-09-03 13:52:38 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-09-03 13:52:38 -0400
commit726921511b0033f7e602dea3f166e84d59fd9e44 (patch)
treeda3328331dbf501662791b9c253ed3e6f0bf94b2 /lib/User
parente47f50f38f2d46b5a4015d38875647191b12362b (diff)
downloadperl-726921511b0033f7e602dea3f166e84d59fd9e44.tar.gz
Correct typo reported by Elizabeth Mattijsen
For: RT 133217
Diffstat (limited to 'lib/User')
-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>;