diff -r 8a5efade0b93 -r bc3d2a58921c hedgewars/GSHandlers.inc --- 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;