From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/industry_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/industry_map.h') diff --git a/src/industry_map.h b/src/industry_map.h index 33f60ff5d..14fb99018 100644 --- a/src/industry_map.h +++ b/src/industry_map.h @@ -157,7 +157,7 @@ static inline void SetIndustryGfx(TileIndex t, IndustryGfx gfx) } /** - * Returns this indutry tile's construction counter value + * Returns this industry tile's construction counter value * @param tile the tile to query * @pre IsTileType(tile, MP_INDUSTRY) * @return the construction counter @@ -169,7 +169,7 @@ static inline byte GetIndustryConstructionCounter(TileIndex tile) } /** - * Sets this indutry tile's construction counter value + * Sets this industry tile's construction counter value * @param tile the tile to query * @param value the new value for the construction counter * @pre IsTileType(tile, MP_INDUSTRY) -- cgit v1.2.3-54-g00ecf