Commit de41dc59 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Rafaël Carré

Fix typo

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 2e480938
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment