summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-02 20:47:27 +0000
committeralberth <alberth@openttd.org>2010-08-02 20:47:27 +0000
commit0e900039f3531f0f64e93e216eb44e45b463d5b7 (patch)
tree96f4f0630ee6b21d875dcfe08bde38ab453b3a1f /src/town.h
parent4781f1fa92b18df31bef4e632f0efd50a89ed1d2 (diff)
downloadopenttd-0e900039f3531f0f64e93e216eb44e45b463d5b7.tar.xz
(svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition.
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index 568f6b598..c5f8eb35c 100644
--- a/src/town.h
+++ b/src/town.h
@@ -171,7 +171,7 @@ enum TownRatingCheckType {
static const byte TOWN_GROWTH_FREQUENCY = 70;
/**
- * This enum is used in conjonction with town->flags.
+ * This enum is used in conjunction with town->flags.
* IT simply states what bit is used for.
* It is pretty unrealistic (IMHO) to only have one church/stadium
* per town, NO MATTER the population of it.