From d8322ca6c0033a3db055bc7fa5d83fbfa66223e7 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 18 Nov 2010 21:49:50 +0100 Subject: [PATCH] fix typo --- coreapi/linphonecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index ee2910e35..56509c927 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -272,7 +272,7 @@ const char *linphone_call_state_to_string(LinphoneCallState cs){ case LinphoneCallRefered: return "LinphoneCallRefered"; case LinphoneCallError: - return "LinphoneCallRefered"; + return "LinphoneCallError"; case LinphoneCallEnd: return "LinphoneCallEnd"; case LinphoneCallPausedByRemote: