diff vmnc.c @ 5967:15ed47af1838 libavcodec

Misc spelling fixes, prefer American over British English.
author diego
date Sun, 02 Dec 2007 15:43:08 +0000
parents 2b72f9bc4f06
children 2084ab75b08f
line wrap: on
line diff
--- a/vmnc.c	Sun Dec 02 14:06:28 2007 +0000
+++ b/vmnc.c	Sun Dec 02 15:43:08 2007 +0000
@@ -169,7 +169,7 @@
     }
 }
 
-/* fill rectangle with given colour */
+/* fill rectangle with given color */
 static av_always_inline void paint_rect(uint8_t *dst, int dx, int dy, int w, int h, int color, int bpp, int stride)
 {
     int i, j;