#303: Typo fixes from mathnerd314
[supertux.git] / src / math / aatriangle.hpp
index 06aa12d..89c5ee5 100644 (file)
@@ -23,7 +23,7 @@
 #include "rect.hpp"
 
 /**
- * An axis aligned triangle (ie. a triangle where 2 sides are parallel to the x-
+ * An axis-aligned triangle (ie. a triangle where 2 sides are parallel to the x-
  * and y-axis.
  */
 class AATriangle : public Rect
@@ -32,7 +32,7 @@ public:
   /** Directions:
    *
    *    SOUTHEWEST    NORTHEAST   SOUTHEAST    NORTHWEST
-   *    *      or      *---*   or      *    or *---* 
+   *    *      or      *---*   or      *    or *---*
    *    | \             \  |         / |       |  /
    *    |  \             \ |        /  |       | /
    *    *---*              *       *---*       *
@@ -65,4 +65,3 @@ public:
 };
 
 #endif
-