Commit 08be58dd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* spelling

parent 435dc16d
...@@ -895,7 +895,7 @@ static int Demux_Seekable( demux_t *p_demux ) ...@@ -895,7 +895,7 @@ static int Demux_Seekable( demux_t *p_demux )
if( ( p_frame = stream_Block( p_demux->s, __EVEN( i_size ) ) )==NULL ) if( ( p_frame = stream_Block( p_demux->s, __EVEN( i_size ) ) )==NULL )
{ {
msg_Warn( p_demux, "failled reading data" ); msg_Warn( p_demux, "failed reading data" );
tk->b_activated = VLC_FALSE; tk->b_activated = VLC_FALSE;
toread[i_track].b_ok = VLC_FALSE; toread[i_track].b_ok = VLC_FALSE;
continue; continue;
......
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