summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2018-04-30 12:54:00 +0200
committerMichael Lutz <michi@icosahedron.de>2018-04-30 13:38:58 +0200
commitfa87212a76f168e28d2439cb658fbfe388c19036 (patch)
tree6248385b09d5ce772d393262e2066e513655aff5 /src/video
parenta6b18f0d928bd4509faa200eaa0a3b76a2b2e126 (diff)
downloadopenttd-fa87212a76f168e28d2439cb658fbfe388c19036.tar.xz
Fix: Some spelling errors in printed messages
Diffstat (limited to 'src/video')
-rw-r--r--src/video/sdl_v.cpp2
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);