summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tile_map.h2
1 files changed, 1 insertions, 1 deletions
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)
{