[Libreoffice-commits] core.git: basegfx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon May 4 05:19:13 UTC 2020


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

New commits:
commit b6caf887c6e47b65b3453b4319180325d67a5671
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 30 14:20:46 2020 +0200
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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


More information about the Libreoffice-commits mailing list