summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:52:06 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:52:06 -0500
commit5c25e937d02c198f7678666fd740e85e8d1522b9 (patch)
treee14077e8e37a99ec38df777f8d50c063158742ac /pod/perllocale.pod
parentb8fda9357ad61e890ce4e344b04f991b91596170 (diff)
downloadperl-5c25e937d02c198f7678666fd740e85e8d1522b9.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index a44ffbc948..fdf524f956 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -32,7 +32,7 @@ L<perlunitut> for an introduction to that) in part to address these
design deficiencies, and nowadays, there is a series of "UTF-8
locales", based on Unicode. These are locales whose character set is
Unicode, encoded in UTF-8. Starting in v5.20, Perl fully supports
-UTF-8 locales, except for sorting and string comparisions. (Use
+UTF-8 locales, except for sorting and string comparisons. (Use
L<Unicode::Collate> for these.) Perl continues to support the old
non UTF-8 locales as well.