order_cmd.c
changeset 826 0e2b569b737b
parent 824 dc944802dd0d
child 919 b0d6c7642f99
--- a/order_cmd.c	Wed Dec 29 11:00:34 2004 +0000
+++ b/order_cmd.c	Wed Dec 29 13:13:29 2004 +0000
@@ -350,7 +350,7 @@
 	}
 
 	// CMD_NO_TEST_IF_IN_NETWORK is used here, because CMD_INSERT_ORDER checks if the
-	//  order number is one more then the current amount of orders, and because
+	//  order number is one more than the current amount of orders, and because
 	//  in network the commands are queued before send, the second insert always
 	//  fails in test mode. By bypassing the test-mode, that no longer is a problem.
 	for (i = 0; bak->order[i].type != OT_NOTHING; ++i)