]> granicus.if.org Git - php/commitdiff
Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Thu, 8 Jul 2010 15:05:22 +0000 (15:05 +0000)
committerSebastian Bergmann <sebastian@php.net>
Thu, 8 Jul 2010 15:05:22 +0000 (15:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f2a823ba0ba8024e89588f23ac7981681c05936e..712366b66dfc4f8e1a4601908696068160c83130 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ PHP                                                                        NEWS
   . ZEND_RETURN is splitted into two new instructions ZEND_RETURN and 
     ZEND_RETURN_BY_REF
   . optimized access to global constants using values with pre-calculated
-    hash_values from litersls table
+    hash_values from literals table
   . optimized access to static properties using executor specialization.
     A constant class name may be used as a direct operand of ZEND_FETCH_*
     instruction without previous ZEND_FETCH_CLASS.