From c2d5761cd1b788abdc8035a2da355ef7791f0b85 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Thu, 4 Oct 2012 12:08:54 +0200 Subject: Fix a typo. --- src/common/qdbusobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/qdbusobject.h') diff --git a/src/common/qdbusobject.h b/src/common/qdbusobject.h index cad6658..a3cef38 100644 --- a/src/common/qdbusobject.h +++ b/src/common/qdbusobject.h @@ -67,7 +67,7 @@ private: // glib slots static void onServiceAppeared(GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer data); - static void onServiceFanished(GDBusConnection *connection, const gchar *name, gpointer data); + static void onServiceVanished(GDBusConnection *connection, const gchar *name, gpointer data); }; #endif -- cgit v1.2.3