From 57852f64988b92fa7d9031ea76aa89b67d08c4f6 Mon Sep 17 00:00:00 2001 From: miham Date: Wed, 29 Dec 2004 13:13:29 +0000 Subject: (svn r1297) Language fixes in the source.. (ln-) --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 4006848be..76fbfca19 100644 --- a/command.c +++ b/command.c @@ -413,7 +413,7 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback, assert((cmd & 0xFF) < lengthof(_command_proc_table)); proc = _command_proc_table[cmd & 0xFF]; - // Some commands have a different output in dryrun then the realrun + // Some commands have a different output in dryrun than the realrun // e.g.: if you demolish a whole town, the dryrun would say okay. // but by really destroying, your rating drops and at a certain point // it will fail. so res and res2 are different @@ -474,7 +474,7 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback, _yearly_expenses_type = 0; res2 = proc(x,y, flags|DC_EXEC, p1, p2); - // If notest is on, it means the result of the test can be different then + // If notest is on, it means the result of the test can be different than // the real command.. so ignore the test if (!notest && !((cmd & CMD_NO_TEST_IF_IN_NETWORK) && _networking)) { assert(res == res2); // sanity check -- cgit v1.2.3-54-g00ecf