diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2018-04-30 12:54:00 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-04-30 13:38:58 +0200 |
commit | fa87212a76f168e28d2439cb658fbfe388c19036 (patch) | |
tree | 6248385b09d5ce772d393262e2066e513655aff5 /src/video | |
parent | a6b18f0d928bd4509faa200eaa0a3b76a2b2e126 (diff) | |
download | openttd-fa87212a76f168e28d2439cb658fbfe388c19036.tar.xz |
Fix: Some spelling errors in printed messages
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/sdl_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index 3668f8602..81005ab04 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -323,7 +323,7 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h) want_hwpalette = _use_hwpalette; } - if (want_hwpalette) DEBUG(driver, 1, "SDL: requesting hardware palete"); + if (want_hwpalette) DEBUG(driver, 1, "SDL: requesting hardware palette"); /* Free any previously allocated shadow surface */ if (_sdl_screen != NULL && _sdl_screen != _sdl_realscreen) SDL_CALL SDL_FreeSurface(_sdl_screen); |