# HG changeset patch # User reimar # Date 1313839763 0 # Node ID 294df8d5648d0ac8cb04a12823c6c7b563351676 # Parent da037b5d9ede0e77285206f168ed7e6a9d5cb231 Fix spelling. diff -r da037b5d9ede -r 294df8d5648d libvo/gl_common.c --- a/libvo/gl_common.c Sat Aug 20 10:19:23 2011 +0000 +++ b/libvo/gl_common.c Sat Aug 20 11:29:23 2011 +0000 @@ -322,7 +322,7 @@ break; #if 0 case IMGFMT_BGR8: - // special case as red and blue have a differen number of bits. + // special case as red and blue have a different number of bits. // GL_BGR and GL_UNSIGNED_BYTE_3_3_2 isn't supported at least // by nVidia drivers, and in addition would give more bits to // blue than to red, which isn't wanted