summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-05 18:18:43 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-05 18:18:43 +0100
commitc67edbcd1a902e5bf297baff434c10fbfb3211db (patch)
tree88e5cbf0536f8777108740f3b78146b4fbb687ba /pod/perllocale.pod
parent04392ea6628415b18ebbe9753cd69cf196c5a9ad (diff)
downloadperl-c67edbcd1a902e5bf297baff434c10fbfb3211db.tar.gz
Correct typo in commit b38d7779bd
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index e239414184..1b2ebeb549 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -204,8 +204,8 @@ Only operations originating outside Perl should be affected, as follows:
The variables L<$!|perlvar/$ERRNO> (and its synonyms C<$ERRNO> and
C<$OS_ERROR>) and L<$^E|perlvar/$EXTENDED_OS_ERROR> (and its synonym
-C<$^E>) when used as strings always are in terms of the current
-locale and as if within the scope of L<"use bytes"|bytes>. This is
+C<$EXTENDED_OS_ERROR>) when used as strings always are in terms of the
+current locale and as if within the scope of L<"use bytes"|bytes>. This is
likely to change in Perl v5.22.
=item *