diff options
author | olshevskiy87 <olshevskiy87@bk.ru> | 2015-05-13 22:05:59 +0400 |
---|---|---|
committer | olshevskiy87 <olshevskiy87@bk.ru> | 2015-05-13 22:28:35 +0400 |
commit | 8bdec7a2489220983db439b7ad729f71e798dc75 (patch) | |
tree | d27c3a409fe50b03c059fb80c6be3864143ce1df /ext/pcre | |
parent | abb616ae2042e5769cf4fc5e9ab12bc4d6938a58 (diff) | |
download | php-git-8bdec7a2489220983db439b7ad729f71e798dc75.tar.gz |
fix typos
Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru>
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/pcrelib/README | 2 | ||||
-rw-r--r-- | ext/pcre/pcrelib/pcre_compile.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/README b/ext/pcre/pcrelib/README index 4887ebf350..c0f3c865ef 100644 --- a/ext/pcre/pcrelib/README +++ b/ext/pcre/pcrelib/README @@ -442,7 +442,7 @@ The "configure" script also creates config.status, which is an executable script that can be run to recreate the configuration, and config.log, which contains compiler output from tests that "configure" runs. -Once "configure" has run, you can run "make". This builds the the libraries +Once "configure" has run, you can run "make". This builds the libraries libpcre, libpcre16 and/or libpcre32, and a test program called pcretest. If you enabled JIT support with --enable-jit, a test program called pcre_jit_test is built as well. 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. */ |