Corrected spelling in C source file.
--- a/src/video/SDL_RLEaccel.c Mon Apr 29 23:41:49 2013 +0200
+++ b/src/video/SDL_RLEaccel.c Mon Apr 29 23:45:40 2013 +0200
@@ -464,7 +464,7 @@
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 @@
/*
* 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 @@
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 */