From 155c453138dba53cbec6694a7d0d55e17331083a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 11 Nov 2002 18:27:32 +0000 Subject: [PATCH] Fugbix typo. --- Zend/zend_execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index b6f1d58524..0976b165d5 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -816,7 +816,7 @@ static void zend_fetch_dimension_address(znode *result, znode *op1, znode *op2, new_zval->refcount++; if (zend_hash_next_index_insert(container->value.ht, &new_zval, sizeof(zval *), (void **) retval) == FAILURE) { - zend_error(E_WARNING, "Cannot add element to the array as the nexxt element is already occupied"); + zend_error(E_WARNING, "Cannot add element to the array as the next element is already occupied"); *retval = &EG(uninitialized_zval_ptr); new_zval->refcount--; } -- 2.50.1