From 3154f6dbf972b27c41c64da3c4e0e776f74145d4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Apr 2007 15:48:26 +0000 Subject: [PATCH] typo Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/gifdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/gifdec.c b/libavcodec/gifdec.c index 3e8a3e6..df0c40e 100644 --- a/libavcodec/gifdec.c +++ b/libavcodec/gifdec.c @@ -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; } } -- 2.7.4