[Libreoffice-commits] core.git: basegfx/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 11 09:14:19 UTC 2019
basegfx/test/B2DPolygonTest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 665c763e8427155d427f4e580c4b6f26625982e7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 11 08:37:44 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 11:13:08 2019 +0200
Fix typo
Change-Id: I3ba8dc5a2519a85a2da88f1d40832dd2fb6c10a6
Reviewed-on: https://gerrit.libreoffice.org/72144
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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));
More information about the Libreoffice-commits
mailing list