summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2002-09-17 19:29:53 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-09-17 19:29:53 +0000
commitcc7677572c19f8b77c0c19d888a83ce6176a1a87 (patch)
treebebcddcbaecac05144256b8df37499fb475b87e7 /ext
parent2b5e58c4e3614e505a895c6ac7f709db82f8f7f4 (diff)
downloadperl-cc7677572c19f8b77c0c19d888a83ce6176a1a87.tar.gz
Typo fix.
p4raw-id: //depot/perl@17911
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/POSIX.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod
index cea5eca36e..a4550855a0 100644
--- a/ext/POSIX/POSIX.pod
+++ b/ext/POSIX/POSIX.pod
@@ -1391,7 +1391,7 @@ Returns C<undef> on failure.
=item tcflush
This is similar to the C function C<tcflush()> for flushing
-the I/O buffers of its argumeny stream.
+the I/O buffers of its argument stream.
Returns C<undef> on failure.