More doc fixes from Abigail.
Jarkko Hietaniemi [Fri, 8 Jan 1999 11:17:43 +0000 (11:17 +0000)]
p4raw-id: //depot/cfgperl@2587

lib/Time/gmtime.pm
lib/Time/localtime.pm
lib/User/grent.pm
lib/User/pwent.pm

index c1d11d7..9b823f6 100644 (file)
@@ -69,7 +69,7 @@ still overrides your core functions.)  Access these fields as variables
 named with a preceding C<tm_> in front their method names.  Thus,
 C<$tm_obj-E<gt>mday()> corresponds to $tm_mday if you import the fields.
 
-The gmctime() funtion provides a way of getting at the 
+The gmctime() function provides a way of getting at the 
 scalar sense of the original CORE::gmtime() function.
 
 To access this functionality without the core overrides,
index 9437752..18a36c7 100644 (file)
@@ -65,7 +65,7 @@ variables named with a preceding C<tm_> in front their method names.
 Thus, C<$tm_obj-E<gt>mday()> corresponds to $tm_mday if you import
 the fields.
 
-The ctime() funtion provides a way of getting at the 
+The ctime() function provides a way of getting at the 
 scalar sense of the original CORE::localtime() function.
 
 To access this functionality without the core overrides,
index deb0a8d..e4e226d 100644 (file)
@@ -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,
index 32301ca..bb2dace 100644 (file)
@@ -84,7 +84,7 @@ variables named with a preceding C<pw_> in front their method names.
 Thus, C<$passwd_obj-E<gt>shell()> corresponds to $pw_shell if you import
 the fields.
 
-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,