diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 89dd8003c..85953f8f9 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -738,7 +738,7 @@ empathy_contact_dup_from_folks_individual (FolksIndividual *individual) } TpChannelGroupChangeReason -tp_chanel_group_change_reason_from_folks_groups_change_reason ( +tp_channel_group_change_reason_from_folks_groups_change_reason ( FolksGroupsChangeReason reason) { return (TpChannelGroupChangeReason) reason; |