* Limit coins to 9999 so the displayed amount is correct.
[supertux.git] / src / math / aatriangle.hpp
index 15a0db6..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