From ec9e1c5fed8cc545b0a7bf7d3a9cb0f8b2f3b2d2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 27 Nov 2019 14:41:37 +0100 Subject: Fix typo Change-Id: I738ff9206c46559cf634ed072652e7cdc73bf806 Reviewed-on: https://gerrit.libreoffice.org/83911 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vcl/skia/gdiimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/skia/gdiimpl.cxx') diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx index 78b1396f9460..928015ac5c14 100644 --- a/vcl/skia/gdiimpl.cxx +++ b/vcl/skia/gdiimpl.cxx @@ -898,7 +898,7 @@ void SkiaSalGraphicsImpl::invert(basegfx::B2DPolygon const& rPoly, SalInvert eFl addPolygonToPath(rPoly, aPath); aPath.setFillType(SkPath::kEvenOdd_FillType); // TrackFrame is not supposed to paint outside of the polygon (usually rectangle), - // but wider stoke width usually results in that, so ensure the requirement + // but wider stroke width usually results in that, so ensure the requirement // by clipping. SkAutoCanvasRestore autoRestore(mSurface->getCanvas(), true); mSurface->getCanvas()->clipRect(aPath.getBounds(), SkClipOp::kIntersect, false); -- cgit