]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 29 Nov 2007 18:39:24 +0000 (18:39 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 29 Nov 2007 18:39:24 +0000 (18:39 +0000)
src/input/stream.c

index 403c32461cf17063cef8737f9ba471c531eff4a7..5615ba8b372e92836554fc2d2d4d5dbc337715fa 100644 (file)
@@ -871,7 +871,7 @@ static int AStreamSeekBlock( stream_t *s, int64_t i_pos )
         /* Refill a block */
         if( AStreamRefillBlock( s ) )
         {
-            msg_Err( s, "cannot re fill buffer" );
+            msg_Err( s, "cannot pre fill buffer" );
             return VLC_EGENERIC;
         }
         /* Update stat */