diff motion_est.c @ 2764:2b37bcabe608 libavcodec

spelling fixes patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself
author diego
date Fri, 17 Jun 2005 15:02:53 +0000
parents 8e42a0463f68
children edc4fccb3bec
line wrap: on
line diff
--- a/motion_est.c	Fri Jun 17 08:24:35 2005 +0000
+++ b/motion_est.c	Fri Jun 17 15:02:53 2005 +0000
@@ -664,7 +664,7 @@
     s->p_mv_table[xy][0] = mx;
     s->p_mv_table[xy][1] = my;
 
-    /* has allready been set to the 4 MV if 4MV is done */
+    /* has already been set to the 4 MV if 4MV is done */
     if(mv4){
         int mot_xy= s->block_index[0];