From: Kaarlo Raiha Date: Mon, 21 Nov 2011 15:14:36 +0000 (+0200) Subject: Fix typo X-Git-Tag: 1.3.0-git~192 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=de41dc591b3e3516acaa175fa25c1591c3085454;p=vlc Fix typo Signed-off-by: Rafaël Carré --- diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index eb829b511e..9405af20b8 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -942,7 +942,7 @@ static bool ConnectFilters( vlc_object_t *p_this, access_sys_t *p_sys, pins->Release(); msg_Dbg( p_this, "ConnectFilters: graph_builder2 available.") ; if ( !Found ) - msg_Warn( p_this, "ConnectFilters: No crossBar routes found (incobatible pin types)" ) ; + msg_Warn( p_this, "ConnectFilters: No crossBar routes found (incompatible pin types)" ) ; } return true; }