diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-07-31 12:29:23 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-19 00:08:46 +0800 |
commit | 37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8 (patch) | |
tree | 01969e944ae16a3d13c68ded33a25a768d214cbd | |
parent | 266a064e053e0e5795167e47d3c1bb026e303284 (diff) | |
download | gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar.gz gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar.bz2 gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar.lz gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar.xz gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.tar.zst gsoc2013-empathy-37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8.zip |
displatcher -> dispatcher
-rw-r--r-- | 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 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: { |