X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmoving_object.hpp;h=4cc5dc2d098ffa645f73aef43b9e2cf43d8a6889;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=69d36a3317b03f4b423f46bb5b18e7649038ab53;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/moving_object.hpp b/src/moving_object.hpp index 69d36a331..4cc5dc2d0 100644 --- a/src/moving_object.hpp +++ b/src/moving_object.hpp @@ -45,7 +45,7 @@ enum CollisionGroup { /** TODO write docu :-/ */ COLGROUP_MOVING_STATIC, /** - * Doesn't move and isn't explicitely checked for collisions with other + * Doesn't move and isn't explicitly checked for collisions with other * objects (but other objects might check with this) * The difference to COLGROUP_TOUCHABLE is that we can do multiple * collision response tests in a row which is needed for static object @@ -56,7 +56,7 @@ enum CollisionGroup { */ COLGROUP_STATIC, /** - * Isn't explicitely checked for collisions with other objects. But other + * Isn't explicitly checked for collisions with other objects. But other * objects might check with this object. * Difference to COLGROUP_STATIC is that collisions with this object are * only tested once and collision response is typically not handled @@ -121,7 +121,7 @@ public: return movement; } - /** places the moving object at a specific position. Be carefull when + /** places the moving object at a specific position. Be careful when * using this function. There are no collision detection checks performed * here so bad things could happen. */