Commit fb55232e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix spelling

parent 5e7e45de
......@@ -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
......
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