diff error_resilience.c @ 6525:52925923273f libavcodec

cosmetics: typo fixes
author diego
date Sat, 22 Mar 2008 16:46:36 +0000
parents 01647ac078a7
children 8195c970d077
line wrap: on
line diff
--- a/error_resilience.c	Sat Mar 22 01:06:57 2008 +0000
+++ b/error_resilience.c	Sat Mar 22 16:46:36 2008 +0000
@@ -561,7 +561,7 @@
             undamaged_count++;
     }
 
-    if(undamaged_count < 5) return 0; //allmost all MBs damaged -> use temporal prediction
+    if(undamaged_count < 5) return 0; //almost all MBs damaged -> use temporal prediction
 
 #ifdef HAVE_XVMC
     //prevent dsp.sad() check, that requires access to the image