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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 5 21:14:55 UTC 2020


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

New commits:
commit 4c7b53f5af5d20be4e342cd7343db76567a98401
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 5 18:13:35 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 5 23:14:18 2020 +0200

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

diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx
index af9596a3ace7..ec91417cdf1b 100644
--- a/vcl/skia/salbmp.cxx
+++ b/vcl/skia/salbmp.cxx
@@ -779,7 +779,7 @@ bool SkiaSalBitmap::IsFullyOpaqueAsAlpha() const
         return false; // don't bother figuring it out from the pixels
     // If the erase color is set so that this bitmap used as alpha would
     // mean a fully opaque alpha mask (= noop), we can skip using it.
-    // Note that for alpha bitmaps we use the VCL "trasparency" convention,
+    // Note that for alpha bitmaps we use the VCL "transparency" convention,
     // i.e. alpha 0 is opaque.
     return SkColorGetA(fromEraseColorToAlphaImageColor(mEraseColor)) == 0;
 }


More information about the Libreoffice-commits mailing list