summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPiotr Fusik <pfusik@op.pl>2005-07-30 23:54:19 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 08:13:10 +0000
commitd7f8936a2fe7fc93635b0b501d1f941d30d3399f (patch)
tree9ec130d79fad2c450541f9ea56801a6ecd17f962 /ext
parent0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (diff)
downloadperl-d7f8936a2fe7fc93635b0b501d1f941d30d3399f.tar.gz
POD typos
From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/POSIX.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod
index 78557dab56..4374c9efd3 100644
--- a/ext/POSIX/POSIX.pod
+++ b/ext/POSIX/POSIX.pod
@@ -509,7 +509,7 @@ variable C<$(>, see L<perlvar/$EGID>.
=item getenv
-Returns the value of the specified enironment variable.
+Returns the value of the specified environment variable.
The same information is available through the C<%ENV> array.
=item geteuid
@@ -547,7 +547,7 @@ L<perlfunc/getlogin>.
=item getpgrp
This is identical to Perl's builtin C<getpgrp()> function for
-returning the prcess group identifier of the current process, see
+returning the process group identifier of the current process, see
L<perlfunc/getpgrp>.
=item getpid
@@ -1249,7 +1249,7 @@ see L<perlre>.
=item stat
This is identical to Perl's builtin C<stat()> function
-for retutning information about files and directories.
+for returning information about files and directories.
=item strcat