rail_cmd.c
changeset 826 0e2b569b737b
parent 817 4f9377b7fd2b
child 889 7f8630bfea41
--- 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) {