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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 14 10:09:10 UTC 2020


 vcl/skia/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1083fab559113c21e6521de924d9840097f39242
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 12 00:06:34 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 14 12:08:28 2020 +0200

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

diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index 28183ecf10f4..fdb1efc2d55f 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -906,7 +906,7 @@ static void copyArea(SkCanvas* canvas, sk_sp<SkSurface> surface, long nDestX, lo
 {
     // Using SkSurface::draw() should be more efficient than SkSurface::makeImageSnapshot(),
     // because it may detect copying to itself and avoid some needless copies.
-    // But it has problems with drawing to iself
+    // But it has problems with drawing to itself
     // (https://groups.google.com/forum/#!topic/skia-discuss/6yiuw24jv0I) and also
     // raster surfaces do not avoid a copy of the source
     // (https://groups.google.com/forum/#!topic/skia-discuss/S3FMpCi82k0).


More information about the Libreoffice-commits mailing list