X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmath%2Frect.hpp;h=1fd5dcbf20ac7ea2bfbdd03daebededc47698827;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=ab95d2fb6235e0f7850bbd029a1d827bdaffe53b;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;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