vcl/skia/gdiimpl.cxx                               |    2 +-
 wizards/source/sfdocuments/SF_DocumentListener.xba |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 187b28063fa9b908f5324ed345ba223d8f6168a2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Nov 16 22:46:06 2021 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Thu Nov 18 15:02:31 2021 +0100

    Fix typos
    
    Change-Id: Idd21ee0026d8a36653f0fb25b350dae37315f603
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125336
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

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);
diff --git a/wizards/source/sfdocuments/SF_DocumentListener.xba 
b/wizards/source/sfdocuments/SF_DocumentListener.xba
index 9ccc04f62d19..fbb0271bbc38 100644
--- a/wizards/source/sfdocuments/SF_DocumentListener.xba
+++ b/wizards/source/sfdocuments/SF_DocumentListener.xba
@@ -64,7 +64,7 @@ Try:
        _RangeSelectionFinished = False
        oController.startRangeSelection(pvPropertyValues)
 
-       &apos;  Dummy thread synchonization
+       &apos;  Dummy thread synchronization
        lCountLoops = 0
        Do While Not _RangeSelectionFinished And lCountLoops &lt; cstMaxSleep
                Wait(cstSleep)

Reply via email to