X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmath%2Frect.hpp;h=1fd5dcbf20ac7ea2bfbdd03daebededc47698827;hb=7e1ffbded538860c7f647d4597ee3dcb1f0917ca;hp=ab95d2fb6235e0f7850bbd029a1d827bdaffe53b;hpb=cd9c37dbcfdfd7ae8c9040ef913bd26227615f6f;p=supertux.git diff --git a/src/math/rect.hpp b/src/math/rect.hpp index ab95d2fb6..1fd5dcbf2 100644 --- a/src/math/rect.hpp +++ b/src/math/rect.hpp @@ -25,7 +25,7 @@ /** This class represents a rectangle. * (Implementation Note) We're using upper left and lower right point instead of - * upper left and width/height here, because that makes the collision dectection + * upper left and width/height here, because that makes the collision detection * a little bit more efficient. */ class Rect