Correct a typo in the service name
authorThomas Perl <thp@thpinfo.com>
Thu, 1 Oct 2009 10:33:02 +0000 (12:33 +0200)
committerThomas Perl <thp@thpinfo.com>
Thu, 1 Oct 2009 10:33:02 +0000 (12:33 +0200)
feedhandler.vala

index d7d0a4f..3ad4810 100644 (file)
@@ -41,7 +41,7 @@ static int main(string [] args) {
                                  "org.maemo.garage.feedhandler", (uint)0);
         if (request_name_result == DBus.RequestNameReply.PRIMARY_OWNER) {
             FeedHandler server = new FeedHandler(loop);
-            conn.register_object("/org/maemo/garge/feedhandler", server);
+            conn.register_object("/org/maemo/garage/feedhandler", server);
             loop.run();
         }