From 194384073184637af7c6d8ba3836985216916ff3 Mon Sep 17 00:00:00 2001 From: Smylers Date: Thu, 8 Aug 2013 11:43:47 +0100 Subject: [PATCH] Typo fix in comment --- t/re/pat.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4