From 56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 2 Dec 2007 15:43:08 +0000 Subject: Misc spelling fixes, prefer American over British English. Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vmnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vmnc.c') diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c index bee31956d7..a003bcb3f7 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -169,7 +169,7 @@ static void put_cursor(uint8_t *dst, int stride, VmncContext *c, int dx, int dy) } } -/* 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; -- cgit v1.2.3