From: Sebastian Bergmann Date: Mon, 11 Nov 2002 18:27:32 +0000 (+0000) Subject: Fugbix typo. X-Git-Tag: php-4.3.0RC1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=155c453138dba53cbec6694a7d0d55e17331083a;p=php Fugbix typo. --- 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--; }