This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc06fde
)
Fixed spelling of 'uncondtional', as reported by Ronald J Kimball
author
Abigail
<abigail@abigail.be>
Thu, 8 Jan 2009 16:31:17 +0000
(17:31 +0100)
committer
Abigail
<abigail@abigail.be>
Thu, 8 Jan 2009 16:31:17 +0000
(17:31 +0100)
in
20090108160007
.GA85010@penkwe.pair.com.
lib/Unicode/UCD.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.pm
b/lib/Unicode/UCD.pm
index
dc3fede
..
dfdcad1
100644
(file)
--- a/
lib/Unicode/UCD.pm
+++ b/
lib/Unicode/UCD.pm
@@
-942,7
+942,7
@@
Unicode case mappings as returned by L</charinfo()> never are).
If there are no case mappings for the L</code point argument>, or if all three
possible mappings (I<lower>, I<title> and I<upper>) result in single code
-points and are locale independent and uncondtional, B<undef> is returned.
+points and are locale independent and uncond
i
tional, B<undef> is returned.
Otherwise, a reference to a hash giving the mappings (or a reference to a hash
of such hashes, explained below) is returned.