This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo fix in comment
authorSmylers <Smylers@stripey.com>
Thu, 8 Aug 2013 10:43:47 +0000 (11:43 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 15:28:17 +0000 (08:28 -0700)
t/re/pat.t

index fcc52ca..777960b 100644 (file)
@@ -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;