diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-12 16:24:59 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-12 22:20:54 -0700 |
commit | 92f9d56c664ae354430f66e7a870fb3f4b0f44a3 (patch) | |
tree | 3e2412348f0014e7f4ac0082b0fc69d9f86a04fb | |
parent | a11a8547d33786cdcae320a578acf7b1c7c353a4 (diff) | |
download | perl-92f9d56c664ae354430f66e7a870fb3f4b0f44a3.tar.gz |
Fix typos in comments
-rw-r--r-- | lib/unicore/mktables | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index cd8321008b..c82d2e4369 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'. |