aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 09d90744d..8a2f107b7 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -618,7 +618,7 @@ setup_dispatcher (void)
g_ptr_array_add (filters, asv);
}
- empathy_dispatcher_add_handler (d, PACKAGE_NAME"MoreThenMeetsTheEye",
+ empathy_dispatcher_add_handler (d, PACKAGE_NAME"MoreThanMeetsTheEye",
filters, capabilities);
g_ptr_array_foreach (filters, (GFunc) g_hash_table_destroy, NULL);