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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 11 12:23:21 UTC 2020


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

New commits:
commit 3809750edbfa82b6308c5d3c5642d6b1965cc4b8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 7 13:22:01 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 11 14:22:46 2020 +0200

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

diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index 89c43bb31e93..1f91b5d90a86 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -304,7 +304,7 @@ bool SkiaSalBitmap::Scale(const double& rScaleX, const double& rScaleY, BmpScale
     // so delaying will mean the scaling can be done as a part of GetSkImage().
     // That means it can be GPU-accelerated, while done here directly it would need
     // to be either done by CPU, or with the CPU->GPU->CPU roundtrip required
-    // by GPU-accelereated scaling.
+    // by GPU-accelerated scaling.
     // Pending scaling is detected by 'mSize != mPixelsSize'.
     SkFilterQuality currentQuality;
     switch (nScaleFlag)


More information about the Libreoffice-commits mailing list