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/rv34data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rv34data.h') diff --git a/libavcodec/rv34data.h b/libavcodec/rv34data.h index d044b2aa37..75ba37bb48 100644 --- a/libavcodec/rv34data.h +++ b/libavcodec/rv34data.h @@ -37,7 +37,7 @@ static const uint8_t rv34_count_ones[16] = { }; /** - * Values used to reconstruct coded block pattern. + * values used to reconstruct coded block pattern */ static const uint8_t rv34_cbp_code[16] = { 0x00, 0x20, 0x10, 0x30, 0x02, 0x22, 0x12, 0x32, -- cgit v1.2.3