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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 31 23:51:44 UTC 2019


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

New commits:
commit d31d77b7199ecc9a7edc899d9703e9da52d5cbd1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 31 18:19:40 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 1 01:51:23 2019 +0200

    Fix typo
    
    Change-Id: Ib38d3dd25f15ce403ee9ff461a94331a4a7c24ac
    Reviewed-on: https://gerrit.libreoffice.org/70019
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
index 1388a10f360e..beb0136912fd 100644
--- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx
+++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx
@@ -59,7 +59,7 @@ namespace basegfx
 
             // to have the correct curve segments in the crossover checks,
             // it is necessary to keep the original next vectors, too. Else,
-            // it may happen to use a already switched next vector which
+            // it may happen to use an already switched next vector which
             // would interpolate the wrong comparison point
             B2DVector               maOriginalNext;
         };


More information about the Libreoffice-commits mailing list