(svn r19775) -Fix: improper use of 'then' in few comments (ln)

This commit is contained in:
smatz
2010-05-09 18:13:36 +00:00
parent 2eaca9e108
commit 3f961ca671
6 changed files with 6 additions and 6 deletions

View File

@@ -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