# HG changeset patch # User bjarni # Date 2006-06-08 20:17:19 # Node ID c4430f06e9491b382f548f2296d215ae71ae96ea # Parent fdbac7937e542a199503500c9c5d00bc36cf91c5 (svn r5176) fixing the typo, that should have been fixed in last commit diff --git a/train_cmd.c b/train_cmd.c --- a/train_cmd.c +++ b/train_cmd.c @@ -839,7 +839,7 @@ int CheckTrainStoppedInDepot(const Vehic 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++;