summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-09 09:46:52 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-09 09:46:52 +0000
commitcd13dfa8f9000968efadeb4dc5a713350b6dc8b6 (patch)
tree07fc76c3b2c7a101dcdad6e4c20fe27980994cbe
parent568402739ea6b4adb0f3d0a04288c7dfad5f0ad3 (diff)
downloadpcre-cd13dfa8f9000968efadeb4dc5a713350b6dc8b6.tar.gz
Fix typo.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1628 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 384c5b9..106ab35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,7 +47,7 @@ Version 8.39 xx-xxxxxx-201x
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).