[Pcre-svn] [1550] code/trunk/ChangeLog: Fix typo in ChangeLo…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [1550] code/trunk/ChangeLog: Fix typo in ChangeLog.
Revision: 1550
          http://vcs.pcre.org/viewvc?view=rev&revision=1550
Author:   ph10
Date:     2015-04-22 16:43:50 +0100 (Wed, 22 Apr 2015)


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

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


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-04-21 07:13:00 UTC (rev 1549)
+++ code/trunk/ChangeLog    2015-04-22 15:43:50 UTC (rev 1550)
@@ -41,7 +41,7 @@
    was no other kind of back reference (a situation which is probably quite
    rare). The effect of the bug was that the condition was always treated as
    FALSE when the capture could not be consulted, leading to a incorrect
-   behaviour by pcre2_match(). This bug has been fixed.
+   behaviour by pcre_exec(). This bug has been fixed.


 9. A reference to a duplicated named group (either a back reference or a test
    for being set in a conditional) that occurred in a part of the pattern where