changeset 14942:b0bb20bc3caa draft

(svn r19545) -Fix (r19544): typo
author yexo <yexo@openttd.org>
date Fri, 02 Apr 2010 17:43:25 +0000
parents b33bff663a19
children fe67e9c8a8fa
files src/ai/ai_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ai/ai_gui.cpp
+++ b/src/ai/ai_gui.cpp
@@ -704,7 +704,7 @@
 	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)