diff options
author | Michael Natterer <mitch@imendio.com> | 2007-04-23 16:06:56 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2007-04-23 16:06:56 +0000 |
commit | f869d1404222c1828b2ad50f264b6deb0b237192 (patch) | |
tree | 7c05b7c07a58050c52d4570c337ab646852ba1de /tests/Makefile.am | |
parent | cb47788d27fef553413682249bf62e618f3ae4a6 (diff) | |
download | gtk+-f869d1404222c1828b2ad50f264b6deb0b237192.tar.gz |
fix typo: testtoooltips_SOURCES -> testtooltips_SOURCES.
2007-04-23 Michael Natterer <mitch@imendio.com>
* tests/Makefile.am (testtooltips_SOURCES): fix typo:
testtoooltips_SOURCES -> testtooltips_SOURCES.
svn path=/trunk/; revision=17617
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |