hedgewars/GSHandlers.inc
changeset 5684 bc3d2a58921c
parent 5638 e35ba2a400d8
child 5688 fba59d6b5b6c
--- a/hedgewars/GSHandlers.inc	Thu Aug 25 18:29:46 2011 +0200
+++ b/hedgewars/GSHandlers.inc	Thu Aug 25 21:00:53 2011 +0200
@@ -1556,7 +1556,7 @@
             end;
 
         CheckCollision(Gear);
-        // if we haven't found any collision yet then check the otheer side too
+        // if we haven't found any collision yet then check the other side too
         if (Gear^.State and gstCollision) = 0 then
             begin
             Gear^.dX.isNegative:= not Gear^.dX.isNegative;