summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-03-23 21:03:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-03-24 09:24:31 +0100
commitfbb0221e3d8ebf7c5851a7dd0e516e0461d12235 (patch)
tree002b20393fdac1dec038aa9b4591c237c6c68797 /vcl/headless
parent5d56257d9ee9eec7abed7a0c1f5b432f80bfa9e9 (diff)
Fix typo
Change-Id: I6fd01def988cf0bb04569f80cad30b96fd868b81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90938 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpgdi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 4850e3f37fb6..6a5a7a23bfac 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1183,7 +1183,7 @@ static basegfx::B2DPoint impPixelSnap(
// Remove bClosePath: Checked that the already used mechanism for Win using
// Gdiplus already relies on rPolygon.isClosed(), so should be safe to replace
// this.
-// For PixelSnap we need the ObjectToDevice transformation here now. Tis is a
+// For PixelSnap we need the ObjectToDevice transformation here now. This is a
// special case relative to the also executed LineDraw-Offset of (0.5, 0.5) in
// DeviceCoordinates: The LineDraw-Offset is applied *after* the snap, so we
// need the ObjectToDevice transformation *without* that offset here to do the