X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmath%2Faatriangle.hpp;h=89c5ee5f70143ee420c65c44e509aa73bb53be89;hb=198f758764fff064a47630b5d0f1e3d6aabe95a8;hp=15a0db622d096d5c12a789d19a9dda5da90dcf0c;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/math/aatriangle.hpp b/src/math/aatriangle.hpp index 15a0db622..89c5ee5f7 100644 --- a/src/math/aatriangle.hpp +++ b/src/math/aatriangle.hpp @@ -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