summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-06-19 19:22:27 -0400
committerRicardo Signes <rjbs@cpan.org>2014-06-19 19:22:58 -0400
commitd59210899f43afc603024f83f694c1e7c456dedc (patch)
tree65d20f397dc39d0a27ec001139fb976cc00ddd9f
parent6af091cddde7717ea89d9dd2196f18d5f4431198 (diff)
downloadperl-d59210899f43afc603024f83f694c1e7c456dedc.tar.gz
fix a typo in perl520delta
-rw-r--r--pod/perl5200delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5200delta.pod b/pod/perl5200delta.pod
index f10bad6704..56b2be58ab 100644
--- a/pod/perl5200delta.pod
+++ b/pod/perl5200delta.pod
@@ -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 *