Fix typo in G_TEST_DBUS.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 26 Oct 2012 17:20:29 +0000 (13:20 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 26 Oct 2012 17:20:29 +0000 (13:20 -0400)
gio/gtestdbus.h

index f848a8f..0fd281b 100644 (file)
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
     (g_test_dbus_get_type ())
 #define G_TEST_DBUS(obj) \
     (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_TEST_DBUS, \
-        GTestDbus))
+        GTestDBus))
 #define G_IS_TEST_DBUS(obj) \
     (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_TEST_DBUS))