summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-04-02 17:43:25 +0000
committeryexo <yexo@openttd.org>2010-04-02 17:43:25 +0000
commitd10f6e91b992b01df033903142f62cf3140008e7 (patch)
tree71d67b88f2008f0ddd608c15147b1dbe9eeb4ea0 /src
parent81657379392e34031d91496d7fba5e235c248501 (diff)
downloadopenttd-d10f6e91b992b01df033903142f62cf3140008e7.tar.xz
(svn r19545) -Fix (r19544): typo
Diffstat (limited to 'src')
-rw-r--r--src/ai/ai_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp
index 1a96667fe..46ba4a686 100644
--- a/src/ai/ai_gui.cpp
+++ b/src/ai/ai_gui.cpp
@@ -704,7 +704,7 @@ struct AIDebugWindow : public QueryStringBaseWindow {
bool autoscroll;
static bool break_check_enabled; ///< Stop an AI when it prints a matching string
static char break_string[MAX_BREAK_STR_STRING_LENGTH]; ///< The string to match to the AI output
- static bool case_sensitive_break_check; ///< Is the matchding done case-sensitive
+ static bool case_sensitive_break_check; ///< Is the matching done case-sensitive
int highlight_row; ///< The output row that matches the given string, or -1
AIDebugWindow(const WindowDesc *desc, WindowNumber number) : QueryStringBaseWindow(MAX_BREAK_STR_STRING_LENGTH)