summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre_compile.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-05-16 14:20:41 -0700
committerStanislav Malyshev <stas@php.net>2015-05-16 14:20:41 -0700
commit2660fb96aac78658f4f7c1ac4101c3f464536ca9 (patch)
tree15124637c1a10a5f1f952e1dd1ccfd201a288532 /ext/pcre/pcrelib/pcre_compile.c
parentc9f27ee4227268bc74fc54e0e06102317e614804 (diff)
parent8bdec7a2489220983db439b7ad729f71e798dc75 (diff)
downloadphp-git-2660fb96aac78658f4f7c1ac4101c3f464536ca9.tar.gz
Merge branch 'pull-request/1277'
* pull-request/1277: fix typos
Diffstat (limited to 'ext/pcre/pcrelib/pcre_compile.c')
-rw-r--r--ext/pcre/pcrelib/pcre_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_compile.c b/ext/pcre/pcrelib/pcre_compile.c
index f4c77a4674..9a32becb50 100644
--- a/ext/pcre/pcrelib/pcre_compile.c
+++ b/ext/pcre/pcrelib/pcre_compile.c
@@ -5728,7 +5728,7 @@ for (;; ptr++)
/* If previous was a character type match (\d or similar), abolish it and
create a suitable repeat item. The code is shared with single-character
repeats by setting op_type to add a suitable offset into repeat_type. Note
- the the Unicode property types will be present only when SUPPORT_UCP is
+ that the Unicode property types will be present only when SUPPORT_UCP is
defined, but we don't wrap the little bits of code here because it just
makes it horribly messy. */