Fix typos

Fixed typos in comments.
This commit is contained in:
Jesse Nieminen 2017-12-30 23:52:06 +02:00 committed by GitHub
parent 1ed9e9e4db
commit ea3b06c54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,9 +63,9 @@ wg_centerPointCountMin=5
wg_centerPointCountMax=15 wg_centerPointCountMax=15
# Wall/Plain tile ratio for the WorldGenerator # Wall/Plain tile ratio for the WorldGenerator
wg_wallPlainRatio=4 wg_wallPlainRatio=4
# Minimum iron tiles count for the WorldGenerator
wg_minIronCount=0
# Minimum iron tile count for the WorldGenerator # Minimum iron tile count for the WorldGenerator
wg_minIronCount=0
# Maximum iron tile count for the WorldGenerator
wg_maxIronCount=2 wg_maxIronCount=2
# Minimum copper tile count for the WorldGenerator # Minimum copper tile count for the WorldGenerator
wg_minCopperCount=0 wg_minCopperCount=0