]> sjero.net Git - linphone/commitdiff
Merge branch 'master' of git.linphone.org:linphone
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 31 Oct 2012 09:52:56 +0000 (10:52 +0100)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 31 Oct 2012 09:52:56 +0000 (10:52 +0100)
coreapi/linphonecore.c

index 353eaa1b6dbb076ca51046efe3489afbb1edcf17..57048259622db596b121949426ce31a8255ac8ae 100644 (file)
@@ -4080,7 +4080,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)