summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.