X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fphysic.hpp;h=5275779b7c4121654287a743c31a295ef3d683ed;hb=1f3abb9d65706209d7414a824714dd26b4ebb883;hp=3922180237a74f4ee183fc6dcde8caec38692fcf;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/physic.hpp b/src/physic.hpp index 392218023..5275779b7 100644 --- a/src/physic.hpp +++ b/src/physic.hpp @@ -43,7 +43,7 @@ public: void set_velocity_x(float vx); void set_velocity_y(float vy); - /// Velocities invertion. + /// Velocities inversion. void inverse_velocity_x(); void inverse_velocity_y();