[Pcre-svn] [693] code/trunk/doc/pcrejit.3: Fix typo.

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [693] code/trunk/doc/pcrejit.3: Fix typo.
Revision: 693
          http://vcs.pcre.org/viewvc?view=rev&revision=693
Author:   ph10
Date:     2011-09-12 16:59:57 +0100 (Mon, 12 Sep 2011)


Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    code/trunk/doc/pcrejit.3


Modified: code/trunk/doc/pcrejit.3
===================================================================
--- code/trunk/doc/pcrejit.3    2011-09-12 11:38:03 UTC (rev 692)
+++ code/trunk/doc/pcrejit.3    2011-09-12 15:59:57 UTC (rev 693)
@@ -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.
 .