(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)

This commit is contained in:
rubidium
2013-08-09 18:43:44 +00:00
parent 78c48ee720
commit 13855f0a09
8 changed files with 17 additions and 17 deletions

View File

@@ -125,11 +125,11 @@ public:
static int32 GetNumHangars(TileIndex tile);
/**
* Get the first hanger tile of the airport.
* Get the first hangar tile of the airport.
* @param tile Any tile of the airport.
* @pre ScriptMap::IsValidTile(tile).
* @pre GetNumHangars(tile) > 0.
* @return The first hanger tile of the airport.
* @return The first hangar tile of the airport.
* @note Possible there are more hangars, but you won't be able to find them
* without walking over all the tiles of the airport and using
* IsHangarTile() on them.