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

New commits:
commit 4a85d3c12ade35e49d90eec72152d1779abc8de7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 20:45:09 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:45:49 2024 +0200

    Fix typo
    
    Change-Id: I91c9d457aa7b0675df59415416121d2e21c78c63
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169153
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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)
     {

Reply via email to