summaryrefslogtreecommitdiff
path: root/runxmlconf.c
diff options
context:
space:
mode:
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) {