summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/skia/salbmp.cxx2
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;
}