diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-04 16:56:31 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-04 17:04:34 -0700 |
commit | 5d7f77094c281a3d64f54de0749c36755f24f38a (patch) | |
tree | b6e4b2b0d94a6ba6ec0c1499bc76da5d6aa988de /lib | |
parent | e6451557b342a85bcb58369ead2e1ade2c20f81b (diff) | |
download | perl-5d7f77094c281a3d64f54de0749c36755f24f38a.tar.gz |
mktables: typos in comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 18311fad2a..6e12d48cb4 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -9036,8 +9036,8 @@ sub output_perl_charnames_line ($$) { # file, in any order, interspersed in any way. The first time a # property is seen, it gets information about that property and # caches it for quick retrieval later. It also normalizes the maps - # so that only one of many synonym is stored. The Unicode input files - # do use some multiple synonyms. + # so that only one of many synonyms is stored. The Unicode input + # files do use some multiple synonyms. my $file = shift; Carp::carp_extra_args(\@_) if main::DEBUG && @_; @@ -11031,7 +11031,7 @@ sub finish_Unicode() { } # Add any remaining code points to the mapping, using the default for - # missing code points + # missing code points. if (defined (my $default_map = $property->default_map)) { foreach my $range ($property->inverse_list->ranges) { $property->add_map($range->start, $range->end, $default_map); |