diff options
author | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:49:28 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:49:28 +0200 |
commit | 276c5de0d86abab52a19f489dd74565fdec0d3ca (patch) | |
tree | 7b3b16c9ce208a34968f39dad680c42ad4ba7a6f /ext/pcre/pcrelib/pcredemo.c | |
parent | 90bd54c46e0195f65a1a49ac0c01f139915a2dd3 (diff) | |
download | php-git-276c5de0d86abab52a19f489dd74565fdec0d3ca.tar.gz |
Fixed bug #63284 PCRE upgrade to 8.31
Diffstat (limited to 'ext/pcre/pcrelib/pcredemo.c')
-rw-r--r-- | ext/pcre/pcrelib/pcredemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcredemo.c b/ext/pcre/pcrelib/pcredemo.c index 3a38ced9bf..946aba45cd 100644 --- a/ext/pcre/pcrelib/pcredemo.c +++ b/ext/pcre/pcrelib/pcredemo.c @@ -248,7 +248,7 @@ if (namecount <= 0) printf("No named substrings\n"); else * more than one byte. * * * * However, there is a complication concerned with newlines. When the * -* newline convention is such that CRLF is a valid newline, we want must * +* newline convention is such that CRLF is a valid newline, we must * * advance by two characters rather than one. The newline convention can * * be set in the regex by (*CR), etc.; if not, we must find the default. * *************************************************************************/ |