#303: Typo fixes from mathnerd314
[supertux.git] / src / math / rect.hpp
index 2c30258..1fd5dcb 100644 (file)
@@ -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