In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d60679e1ba847357b5082ddfc26f2ab5c7328f5f?hp=49b3432a7438e964c8fc187b40c147293b929233>

- Log -----------------------------------------------------------------
commit d60679e1ba847357b5082ddfc26f2ab5c7328f5f
Author: Aaron Crane <a...@cpan.org>
Date:   Thu Dec 29 12:48:38 2016 +0000

    Fix tiny POD typo
-----------------------------------------------------------------------

Summary of changes:
 handy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handy.h b/handy.h
index 330f812ae0..824302d84a 100644
--- a/handy.h
+++ b/handy.h
@@ -552,7 +552,7 @@ Variant C<isI<FOO>_A> (e.g., C<isALPHA_A()>) is identical 
to the base function
 with no suffix C<"_A">.  This variant is used to emphasize by its name that
 only ASCII-range characters can return TRUE.
 
-Variant C<isI<FOO>_L1> imposes the Latin-1 (or EBCDIC equivlalent) character 
set
+Variant C<isI<FOO>_L1> imposes the Latin-1 (or EBCDIC equivalent) character set
 onto the platform.  That is, the code points that are ASCII are unaffected,
 since ASCII is a subset of Latin-1.  But the non-ASCII code points are treated
 as if they are Latin-1 characters.  For example, C<isWORDCHAR_L1()> will return

--
Perl5 Master Repository

Reply via email to