summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testutils/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/load.c b/test/testutils/load.c
index 74cc009..66e4e4c 100644
--- a/test/testutils/load.c
+++ b/test/testutils/load.c
@@ -108,7 +108,7 @@ dom_document *load_html(char *file, bool willBeModified)
parser = dom_hubbub_parser_create("data/Aliases", NULL, true,
myrealloc, NULL, mymsg, NULL, ctx);
if (parser == NULL) {
- fprintf(stderr, "Can't create XMLParser\n");
+ fprintf(stderr, "Can't create Hubbub Parser\n");
return NULL;
}