typo
authorDiego Biurrun <diego@biurrun.de>
Fri, 20 Apr 2007 15:48:26 +0000 (15:48 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 20 Apr 2007 15:48:26 +0000 (15:48 +0000)
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/gifdec.c

index 3e8a3e6..df0c40e 100644 (file)
@@ -269,7 +269,7 @@ static int gif_parse_next_image(GifState *s)
                 return -1;
             break;
         default:
-            /* error or errneous EOF */
+            /* error or erroneous EOF */
             return -1;
         }
     }