From 1504f7d630c01fcfe9cd23b9e8aff7195a3864f7 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Sun, 17 Aug 2014 21:32:53 +0300 Subject: Correct typo in comments: 'initialized' --- ext/dom/php_dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dom/php_dom.c') diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index dda638abd0..3e619e1f0e 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -518,7 +518,7 @@ static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC value = null_value; } else if (Z_TYPE_P(value) == IS_OBJECT) { /* these are zvalues create on demand, with refcount and is_ref - * status left in an uninitalized stated */ + * status left in an uninitialized stated */ zval_dtor(value); efree(value); -- cgit v1.2.1