From 8d57b766a97f563d621db09176c0813efe5a1323 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 25 Jan 2015 21:11:18 +0100 Subject: SDL: Fix typo. --- backends/platform/sdl/sdl-sys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/sdl-sys.h b/backends/platform/sdl/sdl-sys.h index 1ae43dbd8b..bc3678e350 100644 --- a/backends/platform/sdl/sdl-sys.h +++ b/backends/platform/sdl/sdl-sys.h @@ -110,7 +110,7 @@ typedef struct { int FAKE; } FAKE_FILE; #define SDL_SRCALPHA 0 #define SDL_FULLSCREEN 0x40000000 -// Compatability implementations for removed functionality. +// Compatibility implementations for removed functionality. int SDL_SetColors(SDL_Surface *surface, SDL_Color *colors, int firstcolor, int ncolors); int SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha); -- cgit v1.2.3