diff -r a830d6e67739 -r 0e2b569b737b rail_cmd.c --- a/rail_cmd.c Wed Dec 29 11:00:34 2004 +0000 +++ b/rail_cmd.c Wed Dec 29 13:13:29 2004 +0000 @@ -1029,7 +1029,7 @@ if ((signal_ctr % signal_density) == 0 ) { ret = DoCommand(x, y, (railbit & 7) | semaphores, signals, flags, (mode == 1) ? CMD_REMOVE_SIGNALS : CMD_BUILD_SIGNALS); - /* Abort placement for any other error then NOT_SUITEABLE_TRACK + /* Abort placement for any other error than NOT_SUITABLE_TRACK * This includes vehicles on track, competitor's tracks, etc. */ if (ret == CMD_ERROR) { if (_error_message != STR_1005_NO_SUITABLE_RAILROAD_TRACK && mode != 1) {