]> Pileus Git - ~andy/gtk/commitdiff
fix typo: testtoooltips_SOURCES -> testtooltips_SOURCES.
authorMichael Natterer <mitch@imendio.com>
Mon, 23 Apr 2007 16:06:56 +0000 (16:06 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 23 Apr 2007 16:06:56 +0000 (16:06 +0000)
2007-04-23  Michael Natterer  <mitch@imendio.com>

* tests/Makefile.am (testtooltips_SOURCES): fix typo:
testtoooltips_SOURCES -> testtooltips_SOURCES.

svn path=/trunk/; revision=17617

ChangeLog
tests/Makefile.am

index 01ffbb5d6b113a5ac4504795e4ec1d8671c69e11..6362f6233d436a0850c1fa372b8dd37cca87ae6f 100644 (file)
--- 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
index 52be7c72b20ea937fe5f52fa06ce4149f38044c9..8aafd1ae67bcbc8b5847d7141517418c0e49678e 100644 (file)
@@ -279,7 +279,7 @@ testrecentchooser_SOURCES =         \
 testgrouping_SOURCES =         \
        testgrouping.c
 
-testtoooltips_SOURCES =                \
+testtooltips_SOURCES =         \
        testtooltips.c
 
 testrecentchoosermenu_SOURCES =        \