summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/pcrejit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pcrejit.3 b/doc/pcrejit.3
index 2500057..30d99c9 100644
--- a/doc/pcrejit.3
+++ b/doc/pcrejit.3
@@ -75,7 +75,7 @@ interpretive code.
If the JIT compiler finds an unsupported item, no JIT data is generated. You
can find out if JIT execution is available after studying a pattern by calling
\fBpcre_fullinfo()\fP with the PCRE_INFO_JIT option. A result of 1 means that
-JIT compilationw was successful. A result of 0 means that JIT support is not
+JIT compilation was successful. A result of 0 means that JIT support is not
available, or the pattern was not studied with PCRE_STUDY_JIT_COMPILE, or the
JIT compiler was not able to handle the pattern.
.