summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-02-25 08:21:07 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-02-25 08:21:07 +0100
commita42901aff3d8b1b6b3eecdf30fe579a4456c4ca8 (patch)
treedd0f3724fdccbdd1f3ee689c7f89082d78947c8b /lib
parent677a29545230804411babf7eefdbced18ffdd71d (diff)
downloadperl-a42901aff3d8b1b6b3eecdf30fe579a4456c4ca8.tar.gz
Typo fix
Diffstat (limited to 'lib')
-rw-r--r--lib/bytes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bytes.pm b/lib/bytes.pm
index 918c8eea49..8065a0459f 100644
--- a/lib/bytes.pm
+++ b/lib/bytes.pm
@@ -40,7 +40,7 @@ has since been superseded. It breaks encapsulation (i.e. it exposes the
innards of how the perl executable currently happens to store a string),
and use of this module for anything other than debugging purposes is
strongly discouraged. If you feel that the functions here within might be
-useful for your application, this possibly indicates a mismatch beteen
+useful for your application, this possibly indicates a mismatch between
your mental model of Perl Unicode and the current reality. In that case,
you may wish to peruse some of the perl Unicode documentation:
L<perluniintro>, L<perlunitut>, L<perlunifaq> and L<perlunicode>.