summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrueBrain <truebrain@openttd.org>2018-04-11 19:44:36 +0200
committerPatric Stout <truelight@openttd.org>2018-04-11 20:08:08 +0200
commit66f67ac5ac6fe3401f7b8d0eb1c75b23f0475c75 (patch)
tree0a21b3137abbe1fc1ec36190f1c092a834feb51c
parentdd6b82d6b200b48f8e39aa1923ec7ba260c7e87f (diff)
downloadopenttd-66f67ac5ac6fe3401f7b8d0eb1c75b23f0475c75.tar.xz
Fix #6550: minor spelling mistake in comment (juanjo)
-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)
{