# HG changeset patch # User yexo # Date 2010-04-02 17:43:25 # Node ID 86cf482b82490eff9115dfdccc921cc24be3c892 # Parent fdc0797fe62635033b122b060c182e7ea5000b3a (svn r19545) -Fix (r19544): typo diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp --- a/src/ai/ai_gui.cpp +++ b/src/ai/ai_gui.cpp @@ -704,7 +704,7 @@ struct AIDebugWindow : public QueryStrin 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)