Fix #6550: minor spelling mistake in comment (juanjo)

This commit is contained in:
TrueBrain 2018-04-11 19:44:36 +02:00 committed by Patric Stout
parent dd6b82d6b2
commit 66f67ac5ac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ uint TileHeightOutsideMap(int x, int y);
* @param tile The tile to change the height
* @param height The new height value of the tile
* @pre tile < MapSize()
* @pre heigth <= MAX_TILE_HEIGHT
* @pre height <= MAX_TILE_HEIGHT
*/
static inline void SetTileHeight(TileIndex tile, uint height)
{