From a1d14c4526a8d47adeef254cf0ae9142ae2b13b3 Mon Sep 17 00:00:00 2001 From: Christian Storm Date: Tue, 17 Feb 2015 10:52:37 +0100 Subject: Fixed spelling. --- src/roster_list.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/roster_list.c') diff --git a/src/roster_list.c b/src/roster_list.c index 4ec5ea4f..b9a142cb 100644 --- a/src/roster_list.c +++ b/src/roster_list.c @@ -286,7 +286,7 @@ roster_get_contacts_by_presence(const char * const presence) } } - // resturn all contact structs + // return all contact structs return result; } @@ -303,7 +303,7 @@ roster_get_contacts(void) result = g_slist_insert_sorted(result, value, (GCompareFunc)_compare_contacts); } - // resturn all contact structs + // return all contact structs return result; } @@ -321,7 +321,7 @@ roster_get_contacts_online(void) result = g_slist_insert_sorted(result, value, (GCompareFunc)_compare_contacts); } - // resturn all contact structs + // return all contact structs return result; } @@ -371,7 +371,7 @@ roster_get_nogroup(void) } } - // resturn all contact structs + // return all contact structs return result; } @@ -395,7 +395,7 @@ roster_get_group(const char * const group) } } - // resturn all contact structs + // return all contact structs return result; } -- cgit 1.4.1-2-gfad0 ve' href='/danisanti/profani-tty/blame/tests/unittests/test_cmd_account.h?id=84adec83f970eeb0ff912ee016c69e48f2061550'>blame commit diff stats
path: root/tests/unittests/test_cmd_account.h
blob: e8806c4fa9a88b07b717c7b3bae7289f9bd50206 (plain) (tree)
1
2
3
4
5
6
7
8
9
10