pod/perldelta.pod: typo in 94b03d7d -> s/meaing/meaning/
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 14:58:10 +0000 (14:58 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 14:58:30 +0000 (14:58 +0000)
pod/perldelta.pod

index b984667..ca4b980 100644 (file)
@@ -29,7 +29,7 @@ to backward compatibility constraints, in Perl 5.14 only, it will be
 resolved as C<s/foo/bar/ le...>, that is, as meaning to take the result
 of the substitution, and see if it is stringwise less-than-or-equal-to
 what follows. In Perl 5.16 and later, it will instead be resolved as
-meaing to do the pattern match using the rules of the current locale,
+meaning to do the pattern match using the rules of the current locale,
 and evaluate the rhs as an expression when doing the substitution.  In
 5.14, if you want the latter interpretation, you can write "el" instead.