summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-08-17 21:32:53 +0300
committerLior Kaplan <kaplanlior@gmail.com>2014-08-17 21:32:53 +0300
commit1504f7d630c01fcfe9cd23b9e8aff7195a3864f7 (patch)
tree16a5826726dedc9ac3822d671c53b4b5d316274d /ext/dom/php_dom.c
parent3f42f2f5d1c8026b6e1d21b91857a08d918c28c8 (diff)
downloadphp-git-1504f7d630c01fcfe9cd23b9e8aff7195a3864f7.tar.gz
Correct typo in comments: 'initialized'
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r--ext/dom/php_dom.c2
1 files changed, 1 insertions, 1 deletions
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);