changeset 20068:dba49df7bb69 draft

(svn r25002) -Doc: [SDL] Fix typo in comment.
author matthijs <matthijs@openttd.org>
date Fri, 15 Feb 2013 11:01:43 +0000
parents f922ed331112
children e6633b64e49b
files src/video/sdl_v.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -332,7 +332,7 @@
 			 * 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.
 			 *