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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 4 05:53:18 UTC 2019


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

New commits:
commit 21b19a227ab8d87b4450486331adae0732906b0c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 07:30:44 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 4 07:52:50 2019 +0200

    Fix typo
    
    Change-Id: I455817e1caa35ce61a40b8d473ae9a132677b2f2
    Reviewed-on: https://gerrit.libreoffice.org/70230
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index 2936c9f54ac2..43ad5ee95596 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -785,7 +785,7 @@ namespace basegfx
                             // says for interpretation:
 
                             // "(If there is no previous command or if the previous command was
-                            // not an C, c, S or s, assume the first control point is coincident
+                            // not a C, c, S or s, assume the first control point is coincident
                             // with the current point.)"
 
                             // That's what is done from our import, so avoid exporting it as first statement


More information about the Libreoffice-commits mailing list