summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2013-02-15 11:01:43 +0000
committermatthijs <matthijs@openttd.org>2013-02-15 11:01:43 +0000
commitafd1e492247c00dca536c4ea9afc7b1e76f0c639 (patch)
tree85a30ad297ee1f3eda4044a6042cf17f4e9de0cf
parent7ff6598cd2e1b1387e9d54c7b52f896b0ce2f4ac (diff)
downloadopenttd-afd1e492247c00dca536c4ea9afc7b1e76f0c639.tar.xz
(svn r25002) -Doc: [SDL] Fix typo in comment.
-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 20e184160..1750c98c6 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -332,7 +332,7 @@ bool VideoDriver_SDL::CreateMainSurface(uint w, uint h)
* same window and palette settings when the bpp
* (and a few flags) are the same. Since we need
* to hwpalette value to change (in particular
- * when switching betwen fullscreen and
+ * when switching between fullscreen and
* windowed), we restart the entire video
* subsystem to force creating a new window.
*