Changed spelling for consistency.

This commit is contained in:
Philipp Wiesemann 2013-05-15 22:10:06 +02:00
parent 74047a3267
commit d3b85c8965
2 changed files with 12 additions and 12 deletions

View file

@ -155,7 +155,7 @@ void _testBlitBlendMode(int mode)
for (j=0; j <= nj; j+=4) {
for (i=0; i <= ni; i+=4) {
if (mode == -2) {
/* Set colour mod. */
/* Set color mod. */
ret = SDL_SetSurfaceColorMod( face, (255/nj)*j, (255/ni)*i, (255/nj)*j );
if (ret != 0) checkFailCount2++;
}