]> sjero.net Git - linphone/commitdiff
Fix typo in warning message.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 30 Oct 2012 20:47:12 +0000 (21:47 +0100)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 30 Oct 2012 20:48:11 +0000 (21:48 +0100)
coreapi/linphonecore.c

index b25523df19db0fccd1a4a1d5fcdda5c6fce3694c..cc636a42a086072a73731cf2944948cf3aa9ef50 100644 (file)
@@ -4051,7 +4051,7 @@ int linphone_core_set_video_device(LinphoneCore *lc, const char *id){
        if (id!=NULL){
                lc->video_conf.device=ms_web_cam_manager_get_cam(ms_web_cam_manager_get(),id);
                if (lc->video_conf.device==NULL){
-                       ms_warning("Could not found video device %s",id);
+                       ms_warning("Could not find video device %s",id);
                }
        }
        if (lc->video_conf.device==NULL)