summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.cpp
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/ai_instance.cpp
parent2eaca9e108cf57ca6ab75c28742754289264d539 (diff)
downloadopenttd-3f961ca671cb81f42330cfd81b2565d11f3c794d.tar.xz
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
Diffstat (limited to 'src/ai/ai_instance.cpp')
-rw-r--r--src/ai/ai_instance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_instance.cpp b/src/ai/ai_instance.cpp
index fb258eee3..693d76c3a 100644
--- a/src/ai/ai_instance.cpp
+++ b/src/ai/ai_instance.cpp
@@ -428,7 +428,7 @@ void AIInstance::CollectGarbage() const
* The data itself, this differs per type:
* - integer: a binary representation of the integer (int32).
* - string: First one byte with the string length, then a 0-terminated char
- * array. The string can't be longer then 255 bytes (including
+ * array. The string can't be longer than 255 bytes (including
* terminating '\0').
* - array: All data-elements of the array are saved recursive in this
* format, and ended with an element of the type