summaryrefslogtreecommitdiff
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
parent39fdc236c288537b61abf6ce733907dd0f2cba67 (diff)
2006-12-19 Akira TAGOH <at@gclab.org>
* plugins/test/test-main.c (_test_op_validateunittest): fix a typo.
-rw-r--r--ChangeLog4
-rw-r--r--hieroglyph/version.h.in2
-rw-r--r--plugins/test/test-main.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0665126..2263252 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-19 Akira TAGOH <at@gclab.org>
+
+ * plugins/test/test-main.c (_test_op_validateunittest): fix a typo.
+
2006-12-03 Akira TAGOH <at@gclab.org>
* hieroglyph/scanner.c (_hg_scanner_parse_number): remove
diff --git a/hieroglyph/version.h.in b/hieroglyph/version.h.in
index 4303836..7020bab 100644
--- a/hieroglyph/version.h.in
+++ b/hieroglyph/version.h.in
@@ -29,7 +29,7 @@
G_BEGIN_DECLS
#define HIEROGLYPH_VERSION "@VERSION@"
-#define HIEROGLYPH_UUID "2323aa49-d447-438d-93dc-055cedacbb7a"
+#define HIEROGLYPH_UUID "9abf3c70-61bb-4ec3-b730-a12d71efec16"
const char *__hg_rcsid G_GNUC_UNUSED = "$Rev$";
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)) {