[Pcre-svn] [1628] code/trunk/ChangeLog: Fix typo.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1628] code/trunk/ChangeLog: Fix typo.
Revision: 1628
          http://vcs.pcre.org/viewvc?view=rev&revision=1628
Author:   ph10
Date:     2016-02-09 09:46:52 +0000 (Tue, 09 Feb 2016)
Log Message:
-----------
Fix typo.


Modified Paths:
--------------
    code/trunk/ChangeLog


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2016-02-09 08:55:32 UTC (rev 1627)
+++ code/trunk/ChangeLog    2016-02-09 09:46:52 UTC (rev 1628)
@@ -47,7 +47,7 @@
 11. Migrating appropriate PCRE2 JIT improvements to PCRE.


 12. A pattern such as /(?<=((?C)0))/, which has a callout inside a lookbehind
-    assertion, caused pcre2test to generate incorrect output, and also to read 
+    assertion, caused pcretest to generate incorrect output, and also to read 
     uninitialized memory (detected by ASAN or valgrind).