From: Jarkko Hietaniemi Date: Sun, 21 Apr 2002 15:15:05 +0000 (+0000) Subject: Typo tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99366417bcc9c770a08dd26af49c317f340498d5;p=p5sagit%2Fp5-mst-13.2.git Typo tweaks. p4raw-id: //depot/perl@16042 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 564d111..dd806bf 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -876,7 +876,7 @@ variable are summarised below. For more details see L. =item :bytes Turns I 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 layer as +C compiler vendor/version dependent. Using our own C layer as the buffer avoids those issues and makes things more uniform. The C layer provides CRLF to/from "\n" conversion as well as buffering.