summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-20 20:00:07 +0000
committerStanislav Malyshev <stas@php.net>2014-11-23 14:52:47 -0800
commit06fdf359e3217f795fded77e337d5417426b8d64 (patch)
tree9ebcbc2030b120df99450a30550bbdacdebabec4 /ext/libxml
parent38229d13d14bb0bda736d52a9a4f25c121445692 (diff)
downloadphp-git-06fdf359e3217f795fded77e337d5417426b8d64.tar.gz
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index d9e92541e9..3e4fb60825 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -1143,7 +1143,7 @@ zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node ex
{
php_libxml_func_handler export_hnd;
- /* Initialize in case this module hasnt been loaded yet */
+ /* Initialize in case this module hasn't been loaded yet */
php_libxml_initialize();
export_hnd.export_func = export_function;