[empathy] fixed typo in empathy utils



commit 72433c26360feadfdae1cbd1327375abd438c0eb
Author: Felix Kaser <f kaser gmx net>
Date:   Mon Sep 13 14:03:58 2010 +0100

    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(-)
---
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index 15baa85..968ff1c 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 89dd800..85953f8 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 7e856d3..6a67321 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);
 



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