diff nutdec.c @ 3142:8891d470ada3 libavformat

typo fixes
author diego
date Sat, 15 Mar 2008 16:15:47 +0000
parents 4e6f5edefa76
children 1c55ed1a5044
line wrap: on
line diff
--- a/nutdec.c	Fri Mar 14 13:10:49 2008 +0000
+++ b/nutdec.c	Sat Mar 15 16:15:47 2008 +0000
@@ -111,7 +111,7 @@
     uint64_t state=0;
 
     if(pos >= 0)
-        url_fseek(bc, pos, SEEK_SET); //note, this may fail if the stream is not seekable, but that should not matter, as in this case we simply start where we are currently
+        url_fseek(bc, pos, SEEK_SET); //note, this may fail if the stream is not seekable, but that should not matter, as in this case we simply start where we currently are
 
     while(!url_feof(bc)){
         state= (state<<8) | get_byte(bc);