summaryrefslogtreecommitdiff
path: root/lib/Unicode
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2009-01-08 17:31:17 +0100
committerAbigail <abigail@abigail.be>2009-01-08 17:31:17 +0100
commitc45e3c48987b7047e978ca6e6560a6ebb42d9e5d (patch)
tree307db8c52591890b1829e2f6e436dbd9fdebf53a /lib/Unicode
parentfc06fdeb76c895c27fb169f75a8d49c9743047c0 (diff)
downloadperl-c45e3c48987b7047e978ca6e6560a6ebb42d9e5d.tar.gz
Fixed spelling of 'uncondtional', as reported by Ronald J Kimball
in 20090108160007.GA85010@penkwe.pair.com.
Diffstat (limited to 'lib/Unicode')
-rw-r--r--lib/Unicode/UCD.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index dc3fede659..dfdcad1829 100644
--- 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 unconditional, 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.