summaryrefslogtreecommitdiff
path: root/doc/html/pcre.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre.html')
-rw-r--r--doc/html/pcre.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre.html b/doc/html/pcre.html
index c87b106..0db75e4 100644
--- a/doc/html/pcre.html
+++ b/doc/html/pcre.html
@@ -143,7 +143,7 @@ performance.
One way of guarding against this possibility is to use the
<b>pcre_fullinfo()</b> function to check the compiled pattern's options for UTF.
Alternatively, from release 8.33, you can set the PCRE_NEVER_UTF option at
-compile time. This causes an compile time error if a pattern contains a
+compile time. This causes a compile time error if a pattern contains a
UTF-setting sequence.
</P>
<P>