This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: fix typo in comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Dec 2010 19:24:54 +0000 (12:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 Dec 2010 03:21:59 +0000 (20:21 -0700)
lib/unicore/mktables

index 824cdd1..d438d21 100644 (file)
@@ -478,7 +478,7 @@ my $unicode_reference_url = 'http://www.unicode.org/reports/tr44/';
 #
 # Here are some observations about some of the issues in early versions:
 #
-# The number of code points in \p{alpha} halve in 2.1.9.  It turns out that
+# The number of code points in \p{alpha} halved in 2.1.9.  It turns out that
 # the reason is that the CJK block starting at 4E00 was removed from PropList,
 # and was not put back in until 3.1.0
 #