summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-21 15:15:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-21 15:15:05 +0000
commit99366417bcc9c770a08dd26af49c317f340498d5 (patch)
tree63718b149ac5c66a5d9344239de458833ad2ba1b /pod/perlrun.pod
parent953932261b0a9c87e3ae16397b725c36b4590fec (diff)
downloadperl-99366417bcc9c770a08dd26af49c317f340498d5.tar.gz
Typo tweaks.
p4raw-id: //depot/perl@16042
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 564d11172e..dd806bff29 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -876,7 +876,7 @@ variable are summarised below. For more details see L<PerlIO>.
=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 @@ implementation.
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.