hedgewars/GSHandlers.inc
changeset 2220 110266ba2ef7
parent 2217 458c08d74ae6
child 2221 ef52dae4130b
--- a/hedgewars/GSHandlers.inc	Thu Jul 02 14:59:27 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Fri Jul 03 22:00:32 2009 +0000
@@ -470,7 +470,7 @@
 HHGear:=PHedgehog(Gear^.Hedgehog)^.Gear;
 HHGear^.State:= HHGear^.State or gstNotKickable;
 HedgehogChAngle(HHGear);
-if not cLaserSighting then // game doesn't have default laser sight. turn it on and give them a chance to aim
+if not cLaserSighting then // game does not have default laser sight. turn it on and give them a chance to aim
     begin
     cLaserSighting:= true;
     HHGear^.Message:= 0;