summaryrefslogtreecommitdiff
path: root/pod/perlapio.pod
diff options
context:
space:
mode:
authorDaniel S. Lewart <lewart@vadds.cvm.uiuc.edu>1996-09-11 11:55:18 -0500
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-11 11:55:18 -0500
commit510d21e947cb9c6afc462514a9b13a7b905486e9 (patch)
tree56d35148a11ac60db6bfd03ef1f2844ef6a21f32 /pod/perlapio.pod
parentfb252e81e0ab5fee4793e35f87cfba6c014224e2 (diff)
downloadperl-510d21e947cb9c6afc462514a9b13a7b905486e9.tar.gz
POD spelling patches
Diffstat (limited to 'pod/perlapio.pod')
-rw-r--r--pod/perlapio.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod
index 5d87ff0e05..d2fd74ab5c 100644
--- a/pod/perlapio.pod
+++ b/pod/perlapio.pod
@@ -146,7 +146,7 @@ This corresponds to fseek().
=item B<PerlIO_getpos(f,p)>, B<PerlIO_setpos(f,p)>
These correspond to fgetpos() and fsetpos(). If platform does not
-have the stdio calls then they are implemeted in terms of PerlIO_tell()
+have the stdio calls then they are implemented in terms of PerlIO_tell()
and PerlIO_seek().
=item B<PerlIO_rewind(f)>
@@ -161,9 +161,9 @@ PerlIO which will automatically be deleted when closed.
=back
-=head2 Co-existance with stdio
+=head2 Co-existence with stdio
-There is outline support for co-existance of PerlIO with stdio.
+There is outline support for co-existence of PerlIO with stdio.
Obviously if PerlIO is implemented in terms of stdio there is
no problem. However if perlio is implemented on top of (say) sfio
then mechanisms must exist to create a FILE * which can be passed