X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fphysic.hpp;h=f8e807dab26fcb5cfe0fc6f45d422aaecc232756;hb=7e1ffbded538860c7f647d4597ee3dcb1f0917ca;hp=3922180237a74f4ee183fc6dcde8caec38692fcf;hpb=b45c4d9efd8883ffa435183633ecad76e88a3ce1;p=supertux.git diff --git a/src/physic.hpp b/src/physic.hpp index 392218023..f8e807dab 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. + /// Velocity inversion. void inverse_velocity_x(); void inverse_velocity_y();