Re: [pcre-dev] [PCRE 8.20-RC1] Typo in pcrejit(3)

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] PCRE 8.20-RC1 is available - Please Test
Subject: Re: [pcre-dev] [PCRE 8.20-RC1] Typo in pcrejit(3)
On Mon, Sep 12, 2011 at 02:25:23PM +0100, Philip Hazel wrote:
> I have just made available the tarballs for the Release Candidate
> 8.20-RC1:
>

There is a typo in pcrejit(3):

Index: doc/pcrejit.3
===================================================================
--- doc/pcrejit.3 (revision 692)
+++ doc/pcrejit.3 (working copy)
@@ -75,7 +75,7 @@
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.
.

-- Petr