X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmath%2Frect.hpp;h=1fd5dcbf20ac7ea2bfbdd03daebededc47698827;hb=7e1ffbded538860c7f647d4597ee3dcb1f0917ca;hp=2c30258b7515c5b5a48e00ae38dd387f1ed84bfb;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/math/rect.hpp b/src/math/rect.hpp index 2c30258b7..1fd5dcbf2 100644 --- a/src/math/rect.hpp +++ b/src/math/rect.hpp @@ -25,8 +25,8 @@ /** 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 - * a little bit efficienter. + * upper left and width/height here, because that makes the collision detection + * a little bit more efficient. */ class Rect { @@ -109,7 +109,7 @@ public: return true; } - // leave these 2 public to safe the headaches of set/get functions for such + // leave these two public to save the headaches of set/get functions for such // simple things :) /// upper left edge