vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Apr 25 18:27:59 2013 +0300| [fb55232e133b589bc122d82ee35a39011844aac1] | committer: Rémi Denis-Courmont
Fix spelling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb55232e133b589bc122d82ee35a39011844aac1 --- src/input/resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/resource.c b/src/input/resource.c index 25f979b..f3a82dd 100644 --- a/src/input/resource.c +++ b/src/input/resource.c @@ -259,7 +259,7 @@ static vout_thread_t *RequestVout( input_resource_t *p_resource, if( p_resource->p_vout_free || i_vout_active > 0 || !b_recycle ) { if( b_recycle ) - msg_Dbg( p_resource->p_parent, "detroying vout (already one saved or active)" ); + msg_Dbg( p_resource->p_parent, "destroying vout (already one saved or active)" ); vout_CloseAndRelease( p_vout ); } else _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
