summaryrefslogtreecommitdiff
path: root/src/tile_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_type.h')
-rw-r--r--src/tile_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_type.h b/src/tile_type.h
index 8a476e980..34543eb93 100644
--- a/src/tile_type.h
+++ b/src/tile_type.h
@@ -52,7 +52,7 @@ enum TileType {
*
* In randomly generated maps:
* TROPICZONE_DESERT: Generated everywhere, if there is neither water nor mountains (TileHeight >= 4) in a certain distance from the tile.
- * TROPICZONE_RAINFOREST: Genereated everywhere, if there is no desert in a certain distance from the tile.
+ * TROPICZONE_RAINFOREST: Generated everywhere, if there is no desert in a certain distance from the tile.
* TROPICZONE_NORMAL: Everywhere else, i.e. between desert and rainforest and on sea (if you clear the water).
*
* In scenarios: