Change 19630 by [EMAIL PROTECTED] on 2003/05/29 07:59:51

        Subject: typo in pod/perlfunc.pod
        From: Alexey Mahotkin <[EMAIL PROTECTED]>
        Date: Wed, 28 May 2003 15:18:04 +0400
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#385 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#385 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#384~19626~    Mon May 26 23:30:54 2003
+++ perl/pod/perlfunc.pod       Thu May 29 00:59:51 2003
@@ -460,7 +460,7 @@
 If LAYER is omitted or specified as C<:raw> the filehandle is made
 suitable for passing binary data. This includes turning off possible CRLF
 translation and marking it as bytes (as opposed to Unicode characters).
-Note that as desipite what may be implied in I<"Programming Perl">
+Note that as despite what may be implied in I<"Programming Perl">
 (the Camel) or elsewhere C<:raw> is I<not> the simply inverse of C<:crlf>
 -- other layers which would affect binary nature of the stream are
 I<also> disabled. See L<PerlIO>, L<perlrun> and the discussion about the
End of Patch.

Reply via email to