Revision: 479
http://www.exim.org/viewvc/pcre2?view=rev&revision=479
Author: ph10
Date: 2016-01-30 10:08:18 +0000 (Sat, 30 Jan 2016)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/doc/pcre2pattern.3
Modified: code/trunk/doc/pcre2pattern.3
===================================================================
--- code/trunk/doc/pcre2pattern.3 2016-01-29 18:16:59 UTC (rev 478)
+++ code/trunk/doc/pcre2pattern.3 2016-01-30 10:08:18 UTC (rev 479)
@@ -1258,7 +1258,7 @@
.\"
in a UTF mode, because this would make it impossible to calculate the length of
the lookbehind. Neither the alternative matching function
-\fBpcre2_dfa_match()\fP not the JIT optimizer support \eC in a UTF mode. The
+\fBpcre2_dfa_match()\fP nor the JIT optimizer support \eC in a UTF mode. The
former gives a match-time error; the latter fails to optimize and so the match
is always run using the interpreter.
.P