[empathy/mc5: 409/483] displatcher -> dispatcher



commit 37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8
Author: Davyd Madeley <davyd madeley id au>
Date:   Fri Jul 31 14:29:23 2009 +1000

    displatcher -> dispatcher

 libempathy/empathy-dispatcher.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 03f5fc1..47e214c 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:
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]