[Libreoffice-commits] core.git: vcl/headless

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 10 22:29:04 UTC 2020


 vcl/headless/svpgdi.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5176aa6ca0282d4645d727f939375e66aea4ad80
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 10 22:25:18 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jan 10 23:28:32 2020 +0100

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

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index c792bb98a6b8..8c76c21f4f9d 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -120,13 +120,13 @@ namespace
         return aDamageRect;
     }
 
-    // The caching logic is surprsingly expensive - so avoid it sometimes.
+    // The caching logic is surprisingly expensive - so avoid it sometimes.
     inline bool isTrivial(const basegfx::B2DPolyPolygon& rPolyPolygon)
     {
         return rPolyPolygon.count() == 1 && rPolyPolygon.begin()->count() <= 4;
     }
 
-    // The caching logic is surprsingly expensive - so avoid it sometimes.
+    // The caching logic is surprisingly expensive - so avoid it sometimes.
     inline bool isTrivial(const basegfx::B2DPolygon& rPolyLine)
     {
         return rPolyLine.count() <= 4;


More information about the Libreoffice-commits mailing list