perldelta: typo
authorFather Chrysostomos <sprout@cpan.org>
Wed, 5 Jun 2013 19:57:59 +0000 (12:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Jun 2013 00:50:00 +0000 (17:50 -0700)
pod/perldelta.pod

index 8d399c8..34a47cf 100644 (file)
@@ -477,7 +477,7 @@ That would be 1 IV overhead for every object built from a hash. [RT #114576]
 
 =item *
 
-Fixed a small number of regexp constructions could either fail to
+Fixed a small number of regexp constructions that could either fail to
 match or crash perl when the string being matched against was
 allocated above the 2GB line on 32-bit systems. [RT #118175]