diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-09-17 19:29:53 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-09-17 19:29:53 +0000 |
commit | cc7677572c19f8b77c0c19d888a83ce6176a1a87 (patch) | |
tree | bebcddcbaecac05144256b8df37499fb475b87e7 /ext | |
parent | 2b5e58c4e3614e505a895c6ac7f709db82f8f7f4 (diff) | |
download | perl-cc7677572c19f8b77c0c19d888a83ce6176a1a87.tar.gz |
Typo fix.
p4raw-id: //depot/perl@17911
Diffstat (limited to 'ext')
-rw-r--r-- | ext/POSIX/POSIX.pod | 2 |
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. |