This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: "corrupts"
authorSmylers <Smylers@stripey.com>
Thu, 4 Apr 2013 13:14:30 +0000 (14:14 +0100)
committerRicardo Signes <rjbs@cpan.org>
Sun, 5 May 2013 19:32:23 +0000 (15:32 -0400)
Porting/perl5180delta.pod

index 88ce12e..d50765b 100644 (file)
@@ -2805,7 +2805,7 @@ C<"/\n\n" =~ m#\A(?:^/$)#im> would not match [perl #115242].
 
 =item *
 
-Failed C<fork> in list context no longer currupts the stack.
+Failed C<fork> in list context no longer corrupts the stack.
 C<@a = (1, 2, fork, 3)> used to gobble up the 2 and assign C<(1, undef, 3)>
 if the C<fork> call failed.