Change 27989 by [EMAIL PROTECTED] on 2006/04/28 08:41:25

        Typo fix in perlretut by Simon Taylor

Affected files ...

... //depot/perl/pod/perlretut.pod#37 edit

Differences ...

==== //depot/perl/pod/perlretut.pod#37 (text) ====
Index: perl/pod/perlretut.pod
--- perl/pod/perlretut.pod#36~23496~    2004-11-12 12:47:19.000000000 -0800
+++ perl/pod/perlretut.pod      2006-04-28 01:41:25.000000000 -0700
@@ -500,7 +500,7 @@
     $x =~ /girl.Who/m;  # doesn't match, "." doesn't match "\n"
     $x =~ /girl.Who/sm; # matches, "." matches "\n"
 
-Most of the time, the default behavior is what is want, but C<//s> and
+Most of the time, the default behavior is what is wanted, but C<//s> and
 C<//m> are occasionally very useful.  If C<//m> is being used, the start
 of the string can still be matched with C<\A> and the end of string
 can still be matched with the anchors C<\Z> (matches both the end and
End of Patch.

Reply via email to