summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-11 08:37:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-11 11:13:08 +0200
commit665c763e8427155d427f4e580c4b6f26625982e7 (patch)
tree65319fe04c26676b06bee1d12a863d822e3e4af7 /basegfx
parent10ff65d3a47e98af2113828b6ac60abcd188d1ea (diff)
Fix typo
Change-Id: I3ba8dc5a2519a85a2da88f1d40832dd2fb6c10a6 Reviewed-on: https://gerrit.libreoffice.org/72144 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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));