basegfx/test/B2DPolygonTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 665c763e8427155d427f4e580c4b6f26625982e7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat May 11 08:37:44 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to