diff h263dec.c @ 1427:3a6d613c88d8 libavcodec

spelling fix
author bellard
date Thu, 28 Aug 2003 13:30:03 +0000
parents ff0220970711
children 20a79b0e6d2a
line wrap: on
line diff
--- a/h263dec.c	Tue Aug 26 22:26:18 2003 +0000
+++ b/h263dec.c	Thu Aug 28 13:30:03 2003 +0000
@@ -165,7 +165,7 @@
                 return -1; 
         }
         
-        /* restore variables which where modified */
+        /* restore variables which were modified */
         s->first_slice_line=1;
         s->mb_x= s->resync_mb_x;
         s->mb_y= s->resync_mb_y;