summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jansen <martin@divbyzero.net>2015-01-22 21:08:28 +0100
committerMartin Jansen <martin@divbyzero.net>2015-01-22 21:08:28 +0100
commit3a39f3ad70e18497493f2bd1db204fff26695889 (patch)
treead7a018944e21de1868e67e7a94a41c0e317abb9
parentc1eb87ab1a2e2df1868b70cd7b8016c6147092c5 (diff)
downloadphp-git-3a39f3ad70e18497493f2bd1db204fff26695889.tar.gz
Fix typos
-rw-r--r--ext/libxml/libxml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 843ca0a7a6..e8e84fc7a5 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -861,8 +861,8 @@ static PHP_RINIT_FUNCTION(libxml)
xmlParserInputBufferCreateFilenameDefault(php_libxml_input_buffer_create_filename);
xmlOutputBufferCreateFilenameDefault(php_libxml_output_buffer_create_filename);
- /* Enable the entity loader by default. This ensure that
- * other threads/requests that might have disable the loader
+ /* Enable the entity loader by default. This ensures that
+ * other threads/requests that might have disabled the loader
* do not affect the current request.
*/
LIBXML(entity_loader_disabled) = 0;