summaryrefslogtreecommitdiff
path: root/vcl/skia/gdiimpl.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-18 20:45:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 08:45:49 +0200
commit4a85d3c12ade35e49d90eec72152d1779abc8de7 (patch)
treec88d16657f9c8e1533ec55dbf68d13cb3b451611 /vcl/skia/gdiimpl.cxx
parent7e864b49deb25658ecc92d3a0e723c4103be3694 (diff)
Fix typo
Change-Id: I91c9d457aa7b0675df59415416121d2e21c78c63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169153 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/skia/gdiimpl.cxx')
-rw-r--r--vcl/skia/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index b5720026ee29..e6fdff986eae 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -732,7 +732,7 @@ void SkiaSalGraphicsImpl::drawPixel(tools::Long nX, tools::Long nY, Color nColor
// tdf#148569 set extra drawing constraints when scaling
// Previously, setting stroke width and cap was only done when running
- // unit tests. But the same drawing contraints are necessary when running
+ // unit tests. But the same drawing constraints are necessary when running
// with a Retina display on macOS.
if (mScaling != 1)
{