diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-08 11:17:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-08 11:17:43 +0000 |
commit | ae83f3772b2dd371e676035c6714025e89d7e08f (patch) | |
tree | deb53c3412be3548f3e8318d72e30552f35949e0 /lib/Time | |
parent | f3a6e3356179a29b3e34d4dbbd1c3cc37167e95d (diff) | |
download | perl-ae83f3772b2dd371e676035c6714025e89d7e08f.tar.gz |
More doc fixes from Abigail.
p4raw-id: //depot/cfgperl@2587
Diffstat (limited to 'lib/Time')
-rw-r--r-- | lib/Time/gmtime.pm | 2 | ||||
-rw-r--r-- | lib/Time/localtime.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Time/gmtime.pm b/lib/Time/gmtime.pm index c1d11d74db..9b823f601e 100644 --- a/lib/Time/gmtime.pm +++ b/lib/Time/gmtime.pm @@ -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, diff --git a/lib/Time/localtime.pm b/lib/Time/localtime.pm index 9437752597..18a36c7fb9 100644 --- a/lib/Time/localtime.pm +++ b/lib/Time/localtime.pm @@ -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, |