]> granicus.if.org Git - php/commitdiff
Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Mon, 11 Nov 2002 18:27:32 +0000 (18:27 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 11 Nov 2002 18:27:32 +0000 (18:27 +0000)
Zend/zend_execute.c

index b6f1d585248bb9c29b466559303b09b21091cb84..0976b165d5d3990cd6c73e7ce30a23f4e8110157 100644 (file)
@@ -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--; 
                                }