]> git.sesse.net Git - vlc/commitdiff
small typo
authorbasos g <noxelia 4t gmail d0t c0m>
Fri, 6 Mar 2009 02:55:56 +0000 (02:55 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Mar 2009 09:23:49 +0000 (10:23 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/dshow/dshow.cpp

index 25531e4a76246586cd61aa0258cd70b4474cfd2d..a12a76c3480ce5f6524688a4075f8126d49b82de 100644 (file)
@@ -462,9 +462,8 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys,
 
     if( !b_use_video && !b_use_audio )
     {
-        msg_Err( p_this, "No video or audio device selected" );
         dialog_Fatal( p_this, _("Capture failed"),
-                        _("No video or audio device delected.") );
+                        _("No video or audio device selected.") );
         return VLC_EGENERIC ;
     }