Change 16042 by jhi@alpha on 2002/04/21 15:15:05
Typo tweaks.
Affected files ...
.... //depot/perl/pod/perlrun.pod#57 edit
Differences ...
==== //depot/perl/pod/perlrun.pod#57 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod.~1~ Sun Apr 21 09:30:05 2002
+++ perl/pod/perlrun.pod Sun Apr 21 09:30:05 2002
@@ -876,7 +876,7 @@
=item :bytes
Turns I<off> the C<:utf8> flag for the layer below.
-Unlikey to be useful in global PERLIO environment variable.
+Unlikely to be useful in global PERLIO environment variable.
=item :crlf
@@ -963,7 +963,7 @@
On Win32 the default in this release is "unix crlf". Win32's "stdio"
has a number of bugs/mis-features for perl IO which are somewhat
-C compiler verndor/version dependant. Using our own C<crlf> layer as
+C compiler vendor/version dependent. Using our own C<crlf> layer as
the buffer avoids those issues and makes things more uniform.
The C<crlf> layer provides CRLF to/from "\n" conversion as well as
buffering.
End of Patch.