summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2015-05-17 10:03:11 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2015-05-17 10:03:11 +0200
commitbc1767aa26319247b21d0a61f937739a53a27082 (patch)
tree25a8a26a948c240d04a497ada83284635d9715dc /lib
parent9e05725d95b9acf0498b6354f584beae218a335a (diff)
downloadperl-bc1767aa26319247b21d0a61f937739a53a27082.tar.gz
Fix a doc typo in the spelling of EBCDIC
Diffstat (limited to 'lib')
-rw-r--r--lib/utf8.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index c8ec3773f0..11762400c7 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -191,7 +191,7 @@ This takes an unsigned integer (which represents the ordinal number of a
character (or a code point) on the platform the program is being run on) and
returns its Unicode equivalent value. Since ASCII platforms natively use the
Unicode code points, this function returns its input on them. On EBCDIC
-platforms it converts from EBCIDC to Unicode.
+platforms it converts from EBCDIC to Unicode.
A meaningless value will currently be returned if the input is not an unsigned
integer.