summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2015-05-16 12:08:06 +0000
committeralberth <alberth@openttd.org>2015-05-16 12:08:06 +0000
commit10adedce5f7210d07bb085dc12598ed0db79bae8 (patch)
tree2f2777f1919802f33ff64a676ea5ff782a734c37 /src/window_type.h
parentb8414c28844e3df865b77b494aa200b5957cb826 (diff)
downloadopenttd-10adedce5f7210d07bb085dc12598ed0db79bae8.tar.xz
(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h
index a8a8128f5..809e81d48 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -446,7 +446,7 @@ enum WindowClass {
/**
* Generate landscape (newgame); %Window numbers:
* - GLWM_SCENARIO = #CreateScenarioWidgets
- * - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets
+ * - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets
*/
WC_GENERATE_LANDSCAPE,