[vlc-commits] Fix typo

Kaarlo Raiha git at videolan.org
Mon Nov 21 18:33:54 CET 2011


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Mon Nov 21 17:14:36 2011 +0200| [de41dc591b3e3516acaa175fa25c1591c3085454] | committer: Rafaël Carré

Fix typo

Signed-off-by: Rafaël Carré <funman at videolan.org>

> 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;
     }



More information about the vlc-commits mailing list