summaryrefslogtreecommitdiff
path: root/pcredemo.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-29 09:37:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-29 09:37:15 +0000
commit3b7e296694f9fbc301b2b3bab17a28b416e8f1f6 (patch)
tree5446df43e82ba868022dbb6e23931c4d594e3d00 /pcredemo.c
parentd2d6efa3e301f1003e89eed13825a3261892a3f7 (diff)
downloadpcre-3b7e296694f9fbc301b2b3bab17a28b416e8f1f6.tar.gz
Fix typo in comment.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@945 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcredemo.c')
-rw-r--r--pcredemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcredemo.c b/pcredemo.c
index 3a38ced..946aba4 100644
--- a/pcredemo.c
+++ b/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. *
*************************************************************************/