From: Jerry D. Hedden Date: Mon, 19 May 2008 11:58:58 +0000 (-0400) Subject: Fix typo in perlop.pod X-Git-Tag: code-review/2009-07-22~2025 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/d3c2e0214aa6f08f145e54242074c5a1e625600d Fix typo in perlop.pod From: "Jerry D. Hedden" Message-ID: <1ff86f510805190858v4a7f6e06k5f949ff31384137d@mail.gmail.com> p4raw-id: //depot/perl@33870 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 378a74c..7b0b0d2 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -835,7 +835,7 @@ the text of the exception: 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?";