From: Smylers Date: Thu, 8 Aug 2013 10:43:47 +0000 (+0100) Subject: Typo fix in comment X-Git-Tag: upstream/5.20.0~2402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=194384073184637af7c6d8ba3836985216916ff3;p=platform%2Fupstream%2Fperl.git Typo fix in comment --- diff --git a/t/re/pat.t b/t/re/pat.t index fcc52ca..777960b 100644 --- a/t/re/pat.t +++ b/t/re/pat.t @@ -1419,8 +1419,8 @@ EOP { # if we have 87 capture buffers defined then \87 should refer to the 87th. # test that this is true for 1..100 - # Note that this test causes the engine to recurse at runtime, and henc - # use a lot of C stack. + # Note that this test causes the engine to recurse at runtime, and + # hence use a lot of C stack. for my $i (1..100) { my $capture= "a"; $capture= "($capture)" for 1 .. $i;