vlc | branch: master | Kaarlo Raiha <[email protected]> | Mon Nov 21 17:14:36 2011 +0200| [de41dc591b3e3516acaa175fa25c1591c3085454] | committer: Rafaël Carré
Fix typo Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de41dc591b3e3516acaa175fa25c1591c3085454 --- modules/access/dshow/dshow.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index eb829b5..9405af2 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; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
