gio: Fix typo in the /org/freedesktop/DBus path
authorJames Strandboge <jamie@strandboge.com>
Tue, 24 Sep 2013 12:19:20 +0000 (13:19 +0100)
committerRyan Lortie <desrt@desrt.ca>
Tue, 24 Sep 2013 13:25:51 +0000 (09:25 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=708677

gio/gdbusobjectmanagerclient.c

index 6a26654..ed0adc0 100644 (file)
@@ -1113,7 +1113,7 @@ subscribe_signals (GDBusObjectManagerClient *manager,
 
       ret = g_dbus_connection_call_sync (manager->priv->connection,
                                          "org.freedesktop.DBus",
-                                         "/org/freedeskop/DBus",
+                                         "/org/freedesktop/DBus",
                                          "org.freedesktop.DBus",
                                          "AddMatch",
                                          g_variant_new ("(s)",
@@ -1198,7 +1198,7 @@ maybe_unsubscribe_signals (GDBusObjectManagerClient *manager)
        */
       g_dbus_connection_call (manager->priv->connection,
                               "org.freedesktop.DBus",
-                              "/org/freedeskop/DBus",
+                              "/org/freedesktop/DBus",
                               "org.freedesktop.DBus",
                               "RemoveMatch",
                               g_variant_new ("(s)",