Commit fbd30448 authored by Benjamin Drung's avatar Benjamin Drung Committed by Felix Paul Kühne

Fix typo misformed -> malformed.

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 41f87f4d
......@@ -196,7 +196,7 @@ static bool CheckMimeHeader( demux_t *p_demux, int *p_header_size )
/* Some broken stream may lack the first boundary */
if ( p_sys->psz_separator == NULL )
{
msg_Warn( p_demux, "Misformed stream. Trying to work around");
msg_Warn( p_demux, "Malformed stream. Trying to work around");
char *content_type = stream_ContentType( p_demux->s );
if ( content_type == NULL )
return false;
......
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