From 59a5ee2055c2150abf29f80b7d0e64de6ba7a1d3 Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 12 Sep 2011 15:59:57 +0000 Subject: Fix typo. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@693 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- doc/pcrejit.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. . -- cgit v1.2.1