From 3469c5980e1b0815a17acc8a3f128960b924849d Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 29 Apr 2013 23:45:40 +0200 Subject: [PATCH] Corrected spelling in C source file. --- src/video/SDL_RLEaccel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video/SDL_RLEaccel.c b/src/video/SDL_RLEaccel.c index de61ccd47..965a706f5 100644 --- a/src/video/SDL_RLEaccel.c +++ b/src/video/SDL_RLEaccel.c @@ -464,7 +464,7 @@ SDL_RLEBlit(SDL_Surface * src, SDL_Rect * srcrect, srcbuf = (Uint8 *) src->map->data; { - /* skip lines at the top if neccessary */ + /* skip lines at the top if necessary */ int vskip = srcrect->y; int ofs = 0; if (vskip) { @@ -1451,7 +1451,7 @@ SDL_RLESurface(SDL_Surface * surface) /* * Un-RLE a surface with pixel alpha * This may not give back exactly the image before RLE-encoding; all - * completely transparent pixels will be lost, and colour and alpha depth + * completely transparent pixels will be lost, and color and alpha depth * may have been reduced (when encoding for 16bpp targets). */ static SDL_bool @@ -1545,7 +1545,7 @@ SDL_UnRLESurface(SDL_Surface * surface, int recode) return; } - /* fill it with the background colour */ + /* fill it with the background color */ SDL_FillRect(surface, NULL, surface->map->info.colorkey); /* now render the encoded surface */