From d05089d673ab7d4f5e36e69b0c35493f177f5e16 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Thu, 25 Nov 2010 11:44:12 +0100 Subject: [PATCH] Typo --- coreapi/linphonecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 012437f62..62fb3aec2 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -168,8 +168,8 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl); /** - * The LinphoneCallParams is an object contaning various call related parameters. - * It can be used to retrieve parameters from a currently running call or modify the call's characterisitcs + * The LinphoneCallParams is an object containing various call related parameters. + * It can be used to retrieve parameters from a currently running call or modify the call's characteristics * dynamically. **/ struct _LinphoneCallParams;