basegfx/source/polygon/b2dpolygonclipper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b6caf887c6e47b65b3453b4319180325d67a5671
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Apr 30 14:20:46 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 4 07:18:39 2020 +0200

    Fix typo
    
    Change-Id: Ic084ebbc04731b362bac0cf51e4b2bbdf5ef0526
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93208
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx 
b/basegfx/source/polygon/b2dpolygonclipper.cxx
index cdcfeafbfaea..246d5a10ab84 100644
--- a/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -547,7 +547,7 @@ namespace basegfx::utils
         * inside    |inside     |next
         * inside    |outside    |intersect with clip plane
         * outside   |outside    |nothing
-        * outside   |inside     |intersect with clip plane follwed by next
+        * outside   |inside     |intersect with clip plane followed by next
         *
         */
         static sal_uInt32 scissorLineSegment( ::basegfx::B2DPoint           
*in_vertex,    // input buffer
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to