From 484d05b02bc776d258e92ac4cf390b0bd4f3caba Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 1 Jul 2014 15:45:10 +0200 Subject: [PATCH] Fix wrong character in comment. --- coreapi/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/chat.c b/coreapi/chat.c index c344d9771..569d7a6a5 100644 --- a/coreapi/chat.c +++ b/coreapi/chat.c @@ -216,7 +216,7 @@ bool_t linphone_core_chat_enabled(const LinphoneCore *lc){ /** * Returns an array of chat rooms * @param lc #LinphoneCore object - * @return An array of #LinpĥoneChatRoom + * @return An array of #LinphoneChatRoom **/ MSList* linphone_core_get_chat_rooms(LinphoneCore *lc) { return lc->chatrooms;