diff options
author | Alexandre Detiste | 2016-02-14 10:27:44 +0100 |
---|---|---|
committer | Alexandre Detiste | 2016-02-15 18:27:02 +0100 |
commit | 6c298e964f7352d82b13d5f60d8e5cc638176dcd (patch) | |
tree | 5e90ad2065c7fbaa86e76b82a4ba5b1fc2bb5105 /backends | |
parent | a12940c0a9d67ceb3e13a0b20f50000cc18841a3 (diff) | |
download | scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.gz scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.bz2 scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.zip |
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/android/gfx.cpp | 2 | ||||
-rw-r--r-- | backends/platform/sdl/sdl-sys.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/android/gfx.cpp b/backends/platform/android/gfx.cpp index d7713f99d8..f847296892 100644 --- a/backends/platform/android/gfx.cpp +++ b/backends/platform/android/gfx.cpp @@ -469,7 +469,7 @@ void OSystem_Android::updateScreen() { GLCALL(glTranslatex(0, -_shake_offset << 16, 0)); } -// TODO this doesnt work on those sucky drivers, do it differently +// TODO this doesn't work on those sucky drivers, do it differently // if (_show_overlay) // GLCALL(glColor4ub(0x9f, 0x9f, 0x9f, 0x9f)); diff --git a/backends/platform/sdl/sdl-sys.h b/backends/platform/sdl/sdl-sys.h index 67ad84efd3..219755219f 100644 --- a/backends/platform/sdl/sdl-sys.h +++ b/backends/platform/sdl/sdl-sys.h @@ -112,7 +112,7 @@ typedef struct { int FAKE; } FAKE_FILE; #endif // In a moment of brilliance Xlib.h included by SDL_syswm.h #defines the -// following names. In a moment of mental breakdown, which occured upon +// following names. In a moment of mental breakdown, which occurred upon // gazing at Xlib.h, LordHoto decided to undefine them to prevent havoc. #ifdef Status #undef Status |