summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-29 08:43:34 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-29 08:43:34 +0000
commitb14dbf06ac806fca2d8297a7774515f5d0d1fa90 (patch)
tree1988aad8153e0f74471ae2cdabfd505492529ad7
parent15cb46fc8f9cca5948db49897109f434d1627422 (diff)
downloadperl-b14dbf06ac806fca2d8297a7774515f5d0d1fa90.tar.gz
perldelta - Two spelling corrections
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 827873da26..3f7ad7ad25 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -221,7 +221,7 @@ L<[perl #123029]|https://rt.perl.org/Ticket/Display.html?id=123029>
=item *
-Fixed a bug that could cause perl to execute an infite loop during
+Fixed a bug that could cause perl to execute an infinite loop during
compilation.
L<[perl #122995]|https://rt.perl.org/Ticket/Display.html?id=122995>
@@ -288,7 +288,7 @@ L<[perl #123198]|https://rt.perl.org/Ticket/Display.html?id=123198>
=item *
-C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> cas in
+C<< formline("@...", "a"); >> would crash. The C<FF_CHECKNL> case in
pp_formline() didn't set the pointer used to mark the chop position,
which led to the C<FF_MORE> case crashing with a segmentation fault.
This has been fixed.