summaryrefslogtreecommitdiff
path: root/pod/perlapio.pod
diff options
context:
space:
mode:
authorRichard Soderberg <p5-authors@crystalflame.net>2004-11-12 16:14:49 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-12 20:47:19 +0000
commitfa11829f4b6d56533794dd127f3d1068d9593670 (patch)
tree7f368b0c4f3bed68b378d9fea31eee156223ea2c /pod/perlapio.pod
parentac7de224d1cdf1bc265fb1a3311a78c903d66ee7 (diff)
downloadperl-fa11829f4b6d56533794dd127f3d1068d9593670.tar.gz
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> p4raw-id: //depot/perl@23496
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r--pod/perlapio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index 10b8dc554e..1dc3d5396a 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -225,7 +225,7 @@ This corresponds to clearerr(), i.e., clears 'error' and (usually)
This corresponds to fflush(). Sends any buffered write data to the
underlying file. If called with C<NULL> this may flush all open
-streams (or core dump with some USE_STDIO implementattions). Calling
+streams (or core dump with some USE_STDIO implementations). Calling
on a handle open for read only, or on which last operation was a read
of some kind may lead to undefined behaviour on some USE_STDIO
implementations. The USE_PERLIO (layers) implementation tries to