[vlc-commits] canvas: fix typo
Steve Lhomme
git at videolan.org
Wed Aug 1 11:44:41 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Aug 1 09:54:00 2018 +0200| [f825beb3517bd74a0be78ffecc0a0d893fdc2ba2] | committer: Steve Lhomme
canvas: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f825beb3517bd74a0be78ffecc0a0d893fdc2ba2
---
modules/video_filter/canvas.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/canvas.c b/modules/video_filter/canvas.c
index 4e53376a38..018ebca57f 100644
--- a/modules/video_filter/canvas.c
+++ b/modules/video_filter/canvas.c
@@ -345,7 +345,7 @@ static int Activate( vlc_object_t *p_this )
{
if ( !filter_chain_AppendFromString( p_sys->p_chain, psz_croppadd ) )
{
- msg_Err( p_filter, "Could not append cropadd filter" );
+ msg_Err( p_filter, "Could not append croppadd filter" );
filter_chain_Delete( p_sys->p_chain );
free( p_sys );
return VLC_EGENERIC;
More information about the vlc-commits
mailing list