summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-12-18 16:06:43 +0000
committerAkira TAGOH <akira@tagoh.org>2006-12-18 16:06:43 +0000
commit4953c638af8e063d076daca7ddfaeff57275757e (patch)
treeda266beffccac5576660a76714841f41df3bf54e /plugins
parent39fdc236c288537b61abf6ce733907dd0f2cba67 (diff)
2006-12-19 Akira TAGOH <at@gclab.org>
* plugins/test/test-main.c (_test_op_validateunittest): fix a typo.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/test/test-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/test/test-main.c b/plugins/test/test-main.c
index a215975..eb1f2a2 100644
--- a/plugins/test/test-main.c
+++ b/plugins/test/test-main.c
@@ -143,7 +143,7 @@ G_STMT_START
nexpected = hg_dict_lookup_with_string(dict, "expectederror");
if (nactual == NULL || nexpected == NULL) {
hg_file_object_printf(hg_vm_get_io(vm, VM_IO_STDERR),
- "[BUG] Uknown result happened during testing an exception at `%s'\n",
+ "[BUG] Unknown result happened during testing an exception at `%s'\n",
hg_string_get_string(sexp));
result = FALSE;
} else if (!hg_value_node_compare(nactual, nexpected)) {