From 561f133ae14893d660a3a2955c19feb3d0826191 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 8 Jul 2010 15:05:22 +0000 Subject: [PATCH] Fugbix typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f2a823ba0ba..712366b66df 100644 --- 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.