From d10f6e91b992b01df033903142f62cf3140008e7 Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 2 Apr 2010 17:43:25 +0000 Subject: (svn r19545) -Fix (r19544): typo --- src/ai/ai_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-54-g00ecf