diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-05 18:13:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-05 23:14:18 +0200 |
commit | 4c7b53f5af5d20be4e342cd7343db76567a98401 (patch) | |
tree | e7cd79c9d5a5d51e2fcc607330c484a686eae012 /vcl | |
parent | 138f02ac273d8a7217c51c800f18836041229b99 (diff) |
Fix typo
Change-Id: Ia11acec42981e8c0015c972a8d5e72b918a292aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102077
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/skia/salbmp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |