aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorJohannes Schickel2015-01-25 21:11:18 +0100
committerJohannes Schickel2015-01-25 21:11:18 +0100
commit8d57b766a97f563d621db09176c0813efe5a1323 (patch)
tree75c49992cd2736052ef8e7ae79e3e2b3e70c1118 /backends/platform
parent8530997fff7b5b9d558f7dd6a0d07c236e4de16f (diff)
downloadscummvm-rg350-8d57b766a97f563d621db09176c0813efe5a1323.tar.gz
scummvm-rg350-8d57b766a97f563d621db09176c0813efe5a1323.tar.bz2
scummvm-rg350-8d57b766a97f563d621db09176c0813efe5a1323.zip
SDL: Fix typo.
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/sdl-sys.h2
1 files changed, 1 insertions, 1 deletions
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);