diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-17 21:32:53 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-17 21:32:53 +0300 |
commit | 1504f7d630c01fcfe9cd23b9e8aff7195a3864f7 (patch) | |
tree | 16a5826726dedc9ac3822d671c53b4b5d316274d /ext/dom/php_dom.c | |
parent | 3f42f2f5d1c8026b6e1d21b91857a08d918c28c8 (diff) | |
download | php-git-1504f7d630c01fcfe9cd23b9e8aff7195a3864f7.tar.gz |
Correct typo in comments: 'initialized'
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r-- | ext/dom/php_dom.c | 2 |
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); |