summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authorJman012 <jman012guy@gmail.com>2013-11-18 20:10:07 -0800
committerJman012 <jman012guy@gmail.com>2013-11-18 20:10:07 -0800
commit21e514572cb2f93b141f60a2876e083c651f4f39 (patch)
treef35485d5969f38950b27fdb800a24d7cf48e98a4 /toxcore/Messenger.c
parent37d97288306faefa193c1f6347665c8f58da6534 (diff)
Fixed a few typos.
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 43572eff..14f01373 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2175,9 +2175,9 @@ int get_friendlist(Messenger *m, int **out_list, uint32_t *out_list_length)
2175 return 0; 2175 return 0;
2176} 2176}
2177 2177
2178/* Return the number of chat in the instance m. 2178/* Return the number of chats in the instance m.
2179 * You should use this to determine how much memory to allocate 2179 * You should use this to determine how much memory to allocate
2180 * for copy_grouplist. */ 2180 * for copy_chatlist. */
2181uint32_t count_chatlist(Messenger *m) 2181uint32_t count_chatlist(Messenger *m)
2182{ 2182{
2183 uint32_t ret = 0; 2183 uint32_t ret = 0;