From 31848a31cc9f6ab17a7b6b59bb3b216626973cc8 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 30 Oct 2012 21:47:12 +0100 Subject: [PATCH] Fix typo in warning message. --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index b25523df1..cc636a42a 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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)