summaryrefslogtreecommitdiff
path: root/runxmlconf.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredyanovich@gmail.com>2019-09-30 17:04:54 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 18:04:38 +0200
commit2a350ee9b47ad4cf251f94444073785619c31c77 (patch)
tree1aebebbfcfc6ecfc3912261df274b820998b9fba /runxmlconf.c
parent80b110a95da9deac24029b010ecc4f71cee226e9 (diff)
downloadlibxml2-2a350ee9b47ad4cf251f94444073785619c31c77.tar.gz
Large batch of typo fixes
Closes #109.
Diffstat (limited to 'runxmlconf.c')
-rw-r--r--runxmlconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/runxmlconf.c b/runxmlconf.c
index 27e487b8..70f61017 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -164,8 +164,8 @@ initializeLibxml2(void) {
* Deactivate the cache if created; otherwise we have to create/free it
* for every test, since it will confuse the memory leak detection.
* Note that normally this need not be done, since the cache is not
- * created until set explicitely with xmlXPathContextSetCache();
- * but for test purposes it is sometimes usefull to activate the
+ * created until set explicitly with xmlXPathContextSetCache();
+ * but for test purposes it is sometimes useful to activate the
* cache by default for the whole library.
*/
if (ctxtXPath->cache != NULL)
@@ -248,7 +248,7 @@ xmlconfTestNotNSWF(const char *id, const char *filename, int options) {
/*
* In case of Namespace errors, libxml2 will still parse the document
- * but log a Namesapce error.
+ * but log a Namespace error.
*/
doc = xmlReadFile(filename, NULL, options);
if (doc == NULL) {