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

Typo

parent 9d7bb43b
...@@ -871,7 +871,7 @@ static int AStreamSeekBlock( stream_t *s, int64_t i_pos ) ...@@ -871,7 +871,7 @@ static int AStreamSeekBlock( stream_t *s, int64_t i_pos )
/* Refill a block */ /* Refill a block */
if( AStreamRefillBlock( s ) ) if( AStreamRefillBlock( s ) )
{ {
msg_Err( s, "cannot re fill buffer" ); msg_Err( s, "cannot pre fill buffer" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
/* Update stat */ /* Update stat */
......
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