[Pcre-svn] [1496] code/trunk/ChangeLog: Fix typos in ChangeL…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1496] code/trunk/ChangeLog: Fix typos in ChangeLog.
Revision: 1496
          http://vcs.pcre.org/viewvc?view=rev&revision=1496
Author:   ph10
Date:     2014-07-18 09:24:35 +0100 (Fri, 18 Jul 2014)


Log Message:
-----------
Fix typos in ChangeLog.

Modified Paths:
--------------
    code/trunk/ChangeLog


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2014-07-12 18:22:54 UTC (rev 1495)
+++ code/trunk/ChangeLog    2014-07-18 08:24:35 UTC (rev 1496)
@@ -117,9 +117,9 @@


 6.  Improve character range checks in JIT. Characters are read by an inprecise
     function now, which returns with an unknown value if the character code is
-    above a certain treshold (e.g: 256). The only limitation is that the value
-    must be bigger than the treshold as well. This function is useful, when
-    the characters above the treshold are handled in the same way.
+    above a certain threshold (e.g: 256). The only limitation is that the value
+    must be bigger than the threshold as well. This function is useful when
+    the characters above the threshold are handled in the same way.


 7.  The macros whose names start with RAWUCHAR are placeholders for a future
     mode in which only the bottom 21 bits of 32-bit data items are used. To