diff mpeg12.c @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents d161ec980995
children 185f5e4feb72
line wrap: on
line diff
--- a/mpeg12.c	Sat Apr 07 14:07:33 2007 +0000
+++ b/mpeg12.c	Sat Apr 07 14:09:20 2007 +0000
@@ -1287,7 +1287,7 @@
         }else{
             assert(mb_type & MB_TYPE_L0L1);
 //FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
-            /* get additionnal motion vector type */
+            /* get additional motion vector type */
             if (s->frame_pred_frame_dct)
                 motion_type = MT_FRAME;
             else{