summaryrefslogtreecommitdiff
path: root/valid.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2017-06-17 16:15:09 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2017-06-17 16:34:23 +0200
commit8bbe4508ef2a97110eac02f16782678c38ea97af (patch)
tree965e3b746aeab98ee39430143ce72e2dd68fea29 /valid.c
parent576912fa04e3cab5876d94a99a9a2bb60b5fd0d1 (diff)
downloadlibxml2-8bbe4508ef2a97110eac02f16782678c38ea97af.tar.gz
Spelling and grammar fixes
Fixes bug 743172, bug 743489, bug 769632, bug 782400 and a few other misspellings.
Diffstat (limited to 'valid.c')
-rw-r--r--valid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/valid.c b/valid.c
index c51ea290..4df09e47 100644
--- a/valid.c
+++ b/valid.c
@@ -5738,7 +5738,7 @@ xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
xmlElementPtr elemDecl;
/*
- * Check the new element agaisnt the content model of the new elem.
+ * Check the new element against the content model of the new elem.
*/
if (state->elemDecl != NULL) {
elemDecl = state->elemDecl;
@@ -5830,7 +5830,7 @@ xmlValidatePushCData(xmlValidCtxtPtr ctxt, const xmlChar *data, int len) {
xmlElementPtr elemDecl;
/*
- * Check the new element agaisnt the content model of the new elem.
+ * Check the new element against the content model of the new elem.
*/
if (state->elemDecl != NULL) {
elemDecl = state->elemDecl;
@@ -5904,7 +5904,7 @@ xmlValidatePopElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED,
xmlElementPtr elemDecl;
/*
- * Check the new element agaisnt the content model of the new elem.
+ * Check the new element against the content model of the new elem.
*/
if (state->elemDecl != NULL) {
elemDecl = state->elemDecl;