diff mjpeg.c @ 4588:fc155ff94878 libavcodec

cosmetics: Fix another common typo, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 09:41:43 +0000
parents 384e4c438534
children f4a14f5afd8a
line wrap: on
line diff
--- a/mjpeg.c	Sat Feb 24 00:58:28 2007 +0000
+++ b/mjpeg.c	Sat Feb 24 09:41:43 2007 +0000
@@ -901,7 +901,7 @@
     int cur_scan; /* current scan, used by JPEG-LS */
 } MJpegDecodeContext;
 
-#include "jpeg_ls.c" //FIXME make jpeg-ls more independant
+#include "jpeg_ls.c" //FIXME make jpeg-ls more independent
 
 static int mjpeg_decode_dht(MJpegDecodeContext *s);