[Pcre-svn] [945] code/trunk/pcredemo.c: Fix typo in comment.

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [945] code/trunk/pcredemo.c: Fix typo in comment.
Revision: 945
          http://vcs.pcre.org/viewvc?view=rev&revision=945
Author:   ph10
Date:     2012-02-29 09:37:15 +0000 (Wed, 29 Feb 2012)


Log Message:
-----------
Fix typo in comment.

Modified Paths:
--------------
    code/trunk/pcredemo.c


Modified: code/trunk/pcredemo.c
===================================================================
--- code/trunk/pcredemo.c    2012-02-28 16:49:21 UTC (rev 944)
+++ code/trunk/pcredemo.c    2012-02-29 09:37:15 UTC (rev 945)
@@ -248,7 +248,7 @@
 * 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.  *
 *************************************************************************/