From: Abigail Date: Thu, 8 Jan 2009 16:31:17 +0000 (+0100) Subject: Fixed spelling of 'uncondtional', as reported by Ronald J Kimball X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c45e3c48987b7047e978ca6e6560a6ebb42d9e5d;p=p5sagit%2Fp5-mst-13.2.git Fixed spelling of 'uncondtional', as reported by Ronald J Kimball in 20090108160007.GA85010@penkwe.pair.com. --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index dc3fede..dfdcad1 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -942,7 +942,7 @@ Unicode case mappings as returned by L never are). If there are no case mappings for the L, or if all three possible mappings (I, I 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.