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: