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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 26 10:10:39 UTC 2020


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

New commits:
commit 63d6d68ad377c66fc315d89b4a98ed52c0c9f782
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 23 21:00:37 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 26 11:10:03 2020 +0100

    Fix typo
    
    Change-Id: Ice95dfa060c9f6a50cfce704ab7228acbf1129aa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87293
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx
index 53b1465eaf55..8dbe8915664f 100644
--- a/basegfx/source/tools/systemdependentdata.cxx
+++ b/basegfx/source/tools/systemdependentdata.cxx
@@ -82,7 +82,7 @@ namespace basegfx
             // return zero. As border, use 450 bytes. For polygons, this means to buffer
             // starting with ca. 50 points (GDIPLUS uses 9 bytes per coordinate). For
             // Bitmap data this means to more or less always buffer (as it was before).
-            // For the future, a more sophisticated differentioation may be added
+            // For the future, a more sophisticated differentiation may be added
             if(nBytes > 450)
             {
                 const sal_uInt32 nSeconds = 60; // HoldCyclesInSeconds


More information about the Libreoffice-commits mailing list