summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2015-10-26 18:33:14 +0800
committerDaniel Veillard <veillard@redhat.com>2015-10-26 18:33:14 +0800
commit73c50805d9302263a1118356bc2553b441b31b33 (patch)
tree71bd3ecc747439d3ca1c98c9810b681332e292a1
parentb40c19405e9e069501ffd3b439347a7fdfc4d19d (diff)
downloadlibxml2-73c50805d9302263a1118356bc2553b441b31b33.tar.gz
Correct spelling of "calling"
-rw-r--r--xmlschemas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlschemas.c b/xmlschemas.c
index d47512f0..fe533e6f 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -25546,7 +25546,7 @@ xmlSchemaVAttributesComplex(xmlSchemaValidCtxtPtr vctxt)
if (xmlNewProp(defAttrOwnerElem,
iattr->localName, value) == NULL) {
VERROR_INT("xmlSchemaVAttributesComplex",
- "callling xmlNewProp()");
+ "calling xmlNewProp()");
if (normValue != NULL)
xmlFree(normValue);
goto internal_error;