summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-06-08 20:17:19 +0000
committerbjarni <bjarni@openttd.org>2006-06-08 20:17:19 +0000
commitffeb87763fa891435330e36cfa02f2cdbeba7ba3 (patch)
treec095b6df3a96ad06a0c2c54ee866cb8ccfa9228c /train_cmd.c
parentbbe4285a03df965dd38b77224bdf69bf5febaa6c (diff)
downloadopenttd-ffeb87763fa891435330e36cfa02f2cdbeba7ba3.tar.xz
(svn r5176) fixing the typo, that should have been fixed in last commit
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_cmd.c b/train_cmd.c
index 773a4b55d..90b6cb224 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -839,7 +839,7 @@ int CheckTrainStoppedInDepot(const Vehicle *v)
for (; v != NULL; v = v->next) {
/* This count is used by the depot code to determine the number of engines
* in the consist. Exclude articulated parts so that autoreplacing to
- * engines with more articulated parts that before works correctly.
+ * engines with more articulated parts than before works correctly.
*
* Also skip counting rear ends of multiheaded engines */
if (!IsArticulatedPart(v) && !(!IsTrainEngine(v) && IsMultiheaded(v))) count++;