summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNga Tang Chan <perlbug-followup@perl.org>2010-04-13 18:10:35 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-05-07 15:46:25 +0200
commit46b33f6b5c24e1710eaca02aa0703b501c49d54f (patch)
tree489365c68d7eb99c962353d8263081782d4e495d
parent36693587080e3b3d31f308de4d313511d8068955 (diff)
downloadperl-46b33f6b5c24e1710eaca02aa0703b501c49d54f.tar.gz
[perl #73560] [PATCH] Fix typos in Pod::Functions
(also, bump $VERSION) (cherry picked from commit b23d1689da974a845c33086e0a0605cd83670de7)
-rw-r--r--lib/Pod/Functions.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm
index 0e250cf0b5..5181c3990b 100644
--- a/lib/Pod/Functions.pm
+++ b/lib/Pod/Functions.pm
@@ -67,7 +67,7 @@ L<perlfunc/"Perl Functions by Category"> section.
=cut
-our $VERSION = '1.03';
+our $VERSION = '1.04';
require Exporter;
@@ -171,7 +171,7 @@ chdir File change your current working directory
chmod File changes the permissions on a list of files
chomp String remove a trailing record separator from a string
chop String remove the last character from a string
-chown File change the owership on a list of files
+chown File change the ownership on a list of files
chr String get character this number represents
chroot File make directory new root for path lookups
close I/O close file (or pipe or socket) handle
@@ -248,7 +248,7 @@ last Flow exit a block prematurely
lc String return lower-case version of a string
lcfirst String return a string with just the next letter in lower case
length String return the number of bytes in a string
-link File create a hard link in the filesytem
+link File create a hard link in the filesystem
listen Socket register your socket as a server
local Misc,Namespace create a temporary value for a global variable (dynamic scoping)
localtime Time convert UNIX time into record or string using local time
@@ -339,7 +339,7 @@ srand Math seed the random number generator
stat File get a file's status information
study Regexp optimize input data for repeated searches
sub Flow declare a subroutine, possibly anonymously
-substr String get or alter a portion of a stirng
+substr String get or alter a portion of a string
symlink File create a symbolic link to a file
syscall I/O,Binary execute an arbitrary system call
sysopen File open a file, pipe, or descriptor