summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tests/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ffbb5d6b..6362f6233d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-23 Michael Natterer <mitch@imendio.com>
+
+ * tests/Makefile.am (testtooltips_SOURCES): fix typo:
+ testtoooltips_SOURCES -> testtooltips_SOURCES.
+
2007-04-19 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c: Fix menuitem rendering
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 52be7c72b2..8aafd1ae67 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -279,7 +279,7 @@ testrecentchooser_SOURCES = \
testgrouping_SOURCES = \
testgrouping.c
-testtoooltips_SOURCES = \
+testtooltips_SOURCES = \
testtooltips.c
testrecentchoosermenu_SOURCES = \