From 72433c26360feadfdae1cbd1327375abd438c0eb Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Mon, 13 Sep 2010 14:03:58 +0100 Subject: fixed typo in empathy utils --- libempathy/empathy-individual-manager.c | 2 +- libempathy/empathy-utils.c | 2 +- libempathy/empathy-utils.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 15baa8538..968ff1c98 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -210,7 +210,7 @@ aggregator_individuals_changed_cb (FolksIndividualAggregator *aggregator, g_signal_emit (self, signals[MEMBERS_CHANGED], 0, message, added_filtered, removed, - tp_chanel_group_change_reason_from_folks_groups_change_reason (reason), + tp_channel_group_change_reason_from_folks_groups_change_reason (reason), TRUE); g_list_free (added_filtered); 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; diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 7e856d344..6a67321d9 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -97,7 +97,7 @@ void empathy_connect_new_account (TpAccount *account, TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); -TpChannelGroupChangeReason tp_chanel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); +TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); gchar * empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert); -- cgit v1.2.3