This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a typo in perl520delta
authorRicardo Signes <rjbs@cpan.org>
Thu, 19 Jun 2014 23:22:27 +0000 (19:22 -0400)
committerRicardo Signes <rjbs@cpan.org>
Thu, 19 Jun 2014 23:22:58 +0000 (19:22 -0400)
pod/perl5200delta.pod

index f10bad6..56b2be5 100644 (file)
@@ -2980,7 +2980,7 @@ warnings were enabled.
 =item *
 
 Compiling a C<split> operator whose third argument is a named constant
-evaulating to 0 no longer causes the constant's value to change.
+evaluating to 0 no longer causes the constant's value to change.
 
 =item *