diff options
author | rubidium <rubidium@openttd.org> | 2013-08-09 18:43:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-08-09 18:43:44 +0000 |
commit | 13855f0a09ea00c6b21aabcd7d7f90a2d947a734 (patch) | |
tree | cd92da83076680562eae5529f89b140dae610c75 /src/core | |
parent | 78c48ee72023122d4c4a61c7323d9bfe67095b0c (diff) | |
download | openttd-13855f0a09ea00c6b21aabcd7d7f90a2d947a734.tar.xz |
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/pool_type.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/pool_type.hpp b/src/core/pool_type.hpp index f19e44479..c703b7cdc 100644 --- a/src/core/pool_type.hpp +++ b/src/core/pool_type.hpp @@ -100,7 +100,7 @@ struct Pool : PoolBase { virtual void CleanPool(); /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @pre index < this->first_unused @@ -234,7 +234,7 @@ struct Pool : PoolBase { } /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @pre index < this->first_unused @@ -245,7 +245,7 @@ struct Pool : PoolBase { } /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @note returns NULL for invalid index |