forked from mirror/OpenTTD
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user