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/script | |
parent | 78c48ee72023122d4c4a61c7323d9bfe67095b0c (diff) | |
download | openttd-13855f0a09ea00c6b21aabcd7d7f90a2d947a734.tar.xz |
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/script_airport.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_airport.hpp b/src/script/api/script_airport.hpp index ddf51860a..e4c0a217d 100644 --- a/src/script/api/script_airport.hpp +++ b/src/script/api/script_airport.hpp @@ -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. |