In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bc1767aa26319247b21d0a61f937739a53a27082?hp=9e05725d95b9acf0498b6354f584beae218a335a>

- Log -----------------------------------------------------------------
commit bc1767aa26319247b21d0a61f937739a53a27082
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Sun May 17 10:03:11 2015 +0200

    Fix a doc typo in the spelling of EBCDIC
-----------------------------------------------------------------------

Summary of changes:
 lib/utf8.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utf8.pm b/lib/utf8.pm
index c8ec377..1176240 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.

--
Perl5 Master Repository

Reply via email to