summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_industry.hpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-05-09 18:13:36 +0000
committersmatz <smatz@openttd.org>2010-05-09 18:13:36 +0000
commit3f961ca671cb81f42330cfd81b2565d11f3c794d (patch)
tree3cf63f5c985ff3f56ceecee3ac3592d2ccc443c7 /src/ai/api/ai_industry.hpp
parent2eaca9e108cf57ca6ab75c28742754289264d539 (diff)
downloadopenttd-3f961ca671cb81f42330cfd81b2565d11f3c794d.tar.xz
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
Diffstat (limited to 'src/ai/api/ai_industry.hpp')
-rw-r--r--src/ai/api/ai_industry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_industry.hpp b/src/ai/api/ai_industry.hpp
index 815e37ad0..d5eaac817 100644
--- a/src/ai/api/ai_industry.hpp
+++ b/src/ai/api/ai_industry.hpp
@@ -25,7 +25,7 @@ public:
* Gets the number of industries.
* @return The number of industries.
* @post Return value is always non-negative.
- * @note The maximum valid IndustryID can be higher then the value returned.
+ * @note The maximum valid IndustryID can be higher than the value returned.
*/
static int32 GetIndustryCount();