diff options
author | alberth <alberth@openttd.org> | 2015-05-16 12:08:06 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2015-05-16 12:08:06 +0000 |
commit | 10adedce5f7210d07bb085dc12598ed0db79bae8 (patch) | |
tree | 2f2777f1919802f33ff64a676ea5ff782a734c37 /src/script/api | |
parent | b8414c28844e3df865b77b494aa200b5957cb826 (diff) | |
download | openttd-10adedce5f7210d07bb085dc12598ed0db79bae8.tar.xz |
(svn r27286) -Fix-ish(r27140): Also fix typo in the documentation.
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/script_window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp index f1d2c5b19..58e114734 100644 --- a/src/script/api/script_window.hpp +++ b/src/script/api/script_window.hpp @@ -529,7 +529,7 @@ public: /** * Generate landscape (newgame); %Window numbers: * - GLWM_SCENARIO = #CreateScenarioWidgets - * - #GenenerateLandscapeWindowMode = #GenerateLandscapeWidgets + * - #GenerateLandscapeWindowMode = #GenerateLandscapeWidgets */ WC_GENERATE_LANDSCAPE = ::WC_GENERATE_LANDSCAPE, |