summaryrefslogtreecommitdiff
path: root/src/town_type.h
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-01-13 02:38:48 -0500
committerCharles Pigott <charlespigott@googlemail.com>2019-01-13 07:38:48 +0000
commit4fc1b2baaefad669b51d88f980aaf33670795f26 (patch)
tree5e6cc2d96f8f29b71e0508d2b91ecb464df7d332 /src/town_type.h
parent5ff0c24993c52546f1809e87a036d1e8f21d6e17 (diff)
downloadopenttd-4fc1b2baaefad669b51d88f980aaf33670795f26.tar.xz
Fix: Grammar in a bunch of comments (#7054)
Diffstat (limited to 'src/town_type.h')
-rw-r--r--src/town_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_type.h b/src/town_type.h
index 39deb6167..0c93c8df8 100644
--- a/src/town_type.h
+++ b/src/town_type.h
@@ -54,7 +54,7 @@ enum Ratings {
RATING_GROWTH_UP_STEP = 5, ///< when a town grows, all companies have rating increased a bit ...
RATING_GROWTH_MAXIMUM = RATING_MEDIOCRE, ///< ... up to RATING_MEDIOCRE
RATING_STATION_UP_STEP = 12, ///< when a town grows, company gains reputation for all well serviced stations ...
- RATING_STATION_DOWN_STEP = -15, ///< ... but loses for bad serviced stations
+ RATING_STATION_DOWN_STEP = -15, ///< ... but loses for badly serviced stations
RATING_TUNNEL_BRIDGE_DOWN_STEP = -250, ///< penalty for removing town owned tunnel or bridge
RATING_TUNNEL_BRIDGE_MINIMUM = 0, ///< minimum rating after removing tunnel or bridge