From 66f67ac5ac6fe3401f7b8d0eb1c75b23f0475c75 Mon Sep 17 00:00:00 2001 From: TrueBrain Date: Wed, 11 Apr 2018 19:44:36 +0200 Subject: Fix #6550: minor spelling mistake in comment (juanjo) --- src/tile_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tile_map.h b/src/tile_map.h index 4d5891d7b..66726df61 100644 --- a/src/tile_map.h +++ b/src/tile_map.h @@ -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) { -- cgit v1.2.3-54-g00ecf