--- a/hedgewars/uIO.pas Fri Oct 23 11:11:42 2009 +0000
+++ b/hedgewars/uIO.pas Fri Oct 23 11:12:01 2009 +0000
@@ -266,7 +266,7 @@
while (headcmd <> nil)
and (tmpflag or (headcmd^.cmd = '#')) // '#' is the only cmd which can be sent within same tick after 'N'
and ((GameTicks = hiTicks shl 16 + headcmd^.loTime)
- or (headcmd^.cmd = 's') // for these commands time isn't specified
+ or (headcmd^.cmd = 's') // for these commands time is not specified
or (headcmd^.cmd = '#')
or (headcmd^.cmd = 'b')
or (headcmd^.cmd = 'F')) do