diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 21:03:58 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 21:03:58 +0800 |
commit | 72433c26360feadfdae1cbd1327375abd438c0eb (patch) | |
tree | 07e9545fe377d6e21ba0cfe4de7d56635a1430aa /libempathy/empathy-utils.c | |
parent | d2f7576b808682dedce1e436709f9f618ab5f367 (diff) | |
download | gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.gz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.bz2 gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.lz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.xz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.zst gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.zip |
fixed typo in empathy utils
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; |