(svn r5176) fixing the typo, that should have been fixed in last commit
authorbjarni
Thu, 08 Jun 2006 20:17:19 +0000
changeset 3986 fdffc0b284cf
parent 3985 87cf4955787d
child 3987 96b119a9fb94
(svn r5176) fixing the typo, that should have been fixed in last commit
train_cmd.c
--- a/train_cmd.c	Thu Jun 08 20:12:07 2006 +0000
+++ b/train_cmd.c	Thu Jun 08 20:17:19 2006 +0000
@@ -839,7 +839,7 @@
 	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++;