summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-12-29 12:48:38 +0000
committerAaron Crane <arc@cpan.org>2016-12-29 12:48:38 +0000
commitd60679e1ba847357b5082ddfc26f2ab5c7328f5f (patch)
treefa3707c032f5d048112acd7a686e6c447cc6f150 /handy.h
parent49b3432a7438e964c8fc187b40c147293b929233 (diff)
downloadperl-d60679e1ba847357b5082ddfc26f2ab5c7328f5f.tar.gz
Fix tiny POD typo
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
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