From 37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8 Mon Sep 17 00:00:00 2001 From: Davyd Madeley Date: Fri, 31 Jul 2009 14:29:23 +1000 Subject: displatcher -> dispatcher --- libempathy/empathy-dispatcher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 03f5fc1b8..47e214c8d 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -81,7 +81,7 @@ G_DEFINE_TYPE_WITH_CODE (EmpathyDispatcher, empathy_dispatcher_client_handler_iface_init); ); -static const gchar *empathy_displatcher_interfaces[] = { +static const gchar *empathy_dispatcher_interfaces[] = { TP_IFACE_CLIENT_HANDLER, NULL }; @@ -934,7 +934,7 @@ dispatcher_get_property (GObject *object, switch (property_id) { case PROP_INTERFACES: - g_value_set_boxed (value, empathy_displatcher_interfaces); + g_value_set_boxed (value, empathy_dispatcher_interfaces); break; case PROP_CHANNEL_FILTER: { -- cgit v1.2.3