Change 33870 by [EMAIL PROTECTED] on 2008/05/19 16:08:57
Subject: [PATCH] Fix typo in perlop.pod
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Mon, 19 May 2008 11:58:58 -0400
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlop.pod#173 edit
Differences ...
==== //depot/perl/pod/perlop.pod#173 (text) ====
Index: perl/pod/perlop.pod
--- perl/pod/perlop.pod#172~33858~ 2008-05-18 14:08:01.000000000 -0700
+++ perl/pod/perlop.pod 2008-05-19 09:08:57.000000000 -0700
@@ -835,7 +835,7 @@
The C<???> operator also takes one argument, but it emits a warning instead of
throwing an exception:
- sub baz { ??? "Who are you? Wnat do you want?" }
+ sub baz { ??? "Who are you? What do you want?" }
baz();
say "Why are you here?";
End of Patch.