summaryrefslogtreecommitdiff
path: root/src/industry_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industry_map.h')
-rw-r--r--src/industry_map.h4
1 files changed, 2 insertions, 2 deletions
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)