summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/test/B2DPolygonTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/B2DPolygonTest.cxx b/basegfx/test/B2DPolygonTest.cxx
index 316a916f931f..46458574a270 100644
--- a/basegfx/test/B2DPolygonTest.cxx
+++ b/basegfx/test/B2DPolygonTest.cxx
@@ -81,7 +81,7 @@ public:
void testContainsOnlyHorizontalOrVerticalLines()
{
- // First line is horziontal, second is vertical.
+ // First line is horizontal, second is vertical.
B2DPolygon aPoly;
aPoly.append(B2DPoint(0, 1));
aPoly.append(B2DPoint(1, 1));