In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/92f9d56c664ae354430f66e7a870fb3f4b0f44a3?hp=a11a8547d33786cdcae320a578acf7b1c7c353a4>

- Log -----------------------------------------------------------------
commit 92f9d56c664ae354430f66e7a870fb3f4b0f44a3
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Oct 12 16:24:59 2010 -0600

    Fix typos in comments
-----------------------------------------------------------------------

Summary of changes:
 lib/unicore/mktables |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index cd83210..c82d2e4 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -1172,7 +1172,7 @@ my %map_table_formats = (
     $HEX_FORMAT => 'positive hex whole number; a code point',
     $RATIONAL_FORMAT => 'rational: an integer or a fraction',
     $STRING_FORMAT => 'string',
-    $DECOMP_STRING_FORMAT => 'Perl\'s internal (Normalize.pm) decompostion 
mapping',
+    $DECOMP_STRING_FORMAT => 'Perl\'s internal (Normalize.pm) decomposition 
mapping',
 );
 
 # Unicode didn't put such derived files in a separate directory at first.
@@ -8970,7 +8970,7 @@ sub output_perl_charnames_line ($$) {
         # 0374          ; NFD_QC; N
         # 003C..003E    ; Math
         #
-        # the fields are: "codepoint range ; property; map"
+        # the fields are: "codepoint-range ; property; map"
         #
         # meaning the codepoints in the range all have the value 'map' under
         # 'property'.

--
Perl5 Master Repository

Reply via email to