summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 9b09025f5..624cc7446 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -668,7 +668,7 @@ private:
/* If 'b' is the same town as in the last round, use the cached value
* We do this to speed stuff up ('b' is called with the same value a lot of
- * times after eachother) */
+ * times after each other) */
if (tb != last_town) {
last_town = tb;
SetDParam(0, tb->index);