aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-29 23:26:25 +0100
committerDaniel Veillard <veillard@redhat.com>2013-11-30 20:03:52 +0800
commit9a85d40cef3115694ca6c1e41e11c56d75e01ccc (patch)
treeec56a03230b2c8d979934b192de071b8d9b00abc /parser.c
parent98a4e7128bc92559f05c754d0291a0a5906405d1 (diff)
downloadandroid_external_libxml2-9a85d40cef3115694ca6c1e41e11c56d75e01ccc.tar.gz
android_external_libxml2-9a85d40cef3115694ca6c1e41e11c56d75e01ccc.tar.bz2
android_external_libxml2-9a85d40cef3115694ca6c1e41e11c56d75e01ccc.zip
Fix incorrect spelling entites->entities
Partially, a follow-up of 81d7a8245cf9a31a49499a5a195c2b89e6f91180. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 4739add7..d9844be5 100644
--- a/parser.c
+++ b/parser.c
@@ -7757,7 +7757,7 @@ xmlParseStringEntityRef(xmlParserCtxtPtr ctxt, const xmlChar ** str) {
/*
- * Predefined entites override any extra definition
+ * Predefined entities override any extra definition
*/
if ((ctxt->options & XML_PARSE_OLDSAX) == 0) {
ent = xmlGetPredefinedEntity(name);