summaryrefslogtreecommitdiff
path: root/vcl/skia
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-16 22:46:06 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-18 15:02:31 +0100
commit187b28063fa9b908f5324ed345ba223d8f6168a2 (patch)
treed3f74a3506c8505a3b1ea8be506eb397ed32aef9 /vcl/skia
parent6e04ef6eda7d632ad39b3938ab864417303c8368 (diff)
Fix typos
Change-Id: Idd21ee0026d8a36653f0fb25b350dae37315f603 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125336 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'vcl/skia')
-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 f15954f95117..81f581d6ff78 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -884,7 +884,7 @@ void SkiaSalGraphicsImpl::privateDrawAlphaRect(tools::Long nX, tools::Long nY, t
paint.setStyle(SkPaint::kStroke_Style);
if (mScaling != 1 && isUnitTestRunning())
{
- // On HiDPI displays, do not draw just a harline but instead a full-width "pixel" when running unittests,
+ // On HiDPI displays, do not draw just a hairline but instead a full-width "pixel" when running unittests,
// since tests often require precise pixel drawing.
paint.setStrokeWidth(1); // this will be scaled by mScaling
paint.setStrokeCap(SkPaint::kSquare_Cap);