From 3f961ca671cb81f42330cfd81b2565d11f3c794d Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 9 May 2010 18:13:36 +0000 Subject: (svn r19775) -Fix: improper use of 'then' in few comments (ln) --- src/ai/api/ai_controller.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/api/ai_controller.hpp') diff --git a/src/ai/api/ai_controller.hpp b/src/ai/api/ai_controller.hpp index c322d5ad4..a857886e0 100644 --- a/src/ai/api/ai_controller.hpp +++ b/src/ai/api/ai_controller.hpp @@ -77,7 +77,7 @@ public: * you can control that number here. * @param ticks The minimum amount of ticks to wait. * @pre Ticks should be positive. Too big values will influence performance of the AI. - * @note If the number is lower then the MP setting, the MP setting wins. + * @note If the number is lower than the MP setting, the MP setting wins. */ static void SetCommandDelay(int ticks); -- cgit v1.2.3-54-g00ecf