summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-17 10:14:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-17 10:14:58 +0000
commit4cdaeff7d67594a60bccc7882d3197ee0420932d (patch)
tree86641bb1409bf85d6d748725e4906a6c4528a011 /utf8.c
parent50acdf951a03f778010b5632532ec99bfa7c4f6a (diff)
downloadperl-4cdaeff7d67594a60bccc7882d3197ee0420932d.tar.gz
Fix a couple of typos.
p4raw-id: //depot/perl@23508
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f12696ecf1..7571e293dd 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1928,7 +1928,7 @@ If the pe1 and pe2 are non-NULL, the scanning pointers will be copied
in there (they will point at the beginning of the I<next> character).
If the pointers behind pe1 or pe2 are non-NULL, they are the end
pointers beyond which scanning will not continue under any
-circustances. If the byte lengths l1 and l2 are non-zero, s1+l1 and
+circumstances. If the byte lengths l1 and l2 are non-zero, s1+l1 and
s2+l2 will be used as goal end pointers that will also stop the scan,
and which qualify towards defining a successful match: all the scans
that define an explicit length must reach their goal pointers for