diff options
Diffstat (limited to 'lib/User/grent.pm')
-rw-r--r-- | lib/User/grent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/User/grent.pm b/lib/User/grent.pm index deb0a8d1be..e4e226d119 100644 --- a/lib/User/grent.pm +++ b/lib/User/grent.pm @@ -74,7 +74,7 @@ to $gr_gid if you import the fields. Array references are available as regular array variables, so C<@{ $group_obj-E<gt>members() }> would be simply @gr_members. -The getpw() funtion is a simple front-end that forwards +The getpw() function is a simple front-end that forwards a numeric argument to getpwuid() and the rest to getpwnam(). To access this functionality without the core overrides, |