diff options
Diffstat (limited to 'lib/User')
-rw-r--r-- | lib/User/pwent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/User/pwent.pm b/lib/User/pwent.pm index f41aa2ab5a..8c059265c3 100644 --- a/lib/User/pwent.pm +++ b/lib/User/pwent.pm @@ -250,7 +250,7 @@ You may ask whether one of these was implemented on the system Perl was built on by asking the importable C<pw_has> function about them. This function returns true if all parameters are supported fields on the build platform, false if one or more were not, and raises -and exception if you asked about a field that Perl never knows how +an exception if you asked about a field that Perl never knows how to provide. Parameters may be in a space-separated string, or as separate arguments. If you pass no parameters, the function returns the list of C<struct pwd> fields supported by your build platform's |