summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-06-19 13:40:33 -0600
committerKarl Williamson <khw@cpan.org>2015-06-19 13:46:43 -0600
commitf0b1ad2b19f6dbfdc5d5feb5c5fb48888f1cd46d (patch)
tree387bbb5eb83624d7633bdcb4ee7c5a8e5d5f7690
parentac892e4a230de5bdb9243ef5c82b0fb5be7f8975 (diff)
downloadperl-f0b1ad2b19f6dbfdc5d5feb5c5fb48888f1cd46d.tar.gz
perlebcdic: Fix typo
-rw-r--r--pod/perlebcdic.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod
index d88291ae64..e54084aafc 100644
--- a/pod/perlebcdic.pod
+++ b/pod/perlebcdic.pod
@@ -1851,7 +1851,7 @@ characters.
Ranges containing C<\N{...}> in the C<tr///> (and C<y///>)
transliteration operators are treated differently than the equivalent
-ranges in regular expression pattersn. They should, but don't, cause
+ranges in regular expression patterns. They should, but don't, cause
the values in the ranges to all be treated as Unicode code points, and
not native ones. (L<perlre/Version 8 Regular Expressions> gives
details as to how it should work.)