sw/qa/extras/ww8export/ww8export3.cxx |    2 +-
 vcl/source/gdi/region.cxx             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fdbda2901080d3638475638f693299eca7c1cd7f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Mar 18 19:59:24 2022 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Mar 18 20:42:08 2022 +0100

    Fix typos
    
    Change-Id: If006b66919dcc7f409e9f9a30e1fe09fa592e698
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131838
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/qa/extras/ww8export/ww8export3.cxx 
b/sw/qa/extras/ww8export/ww8export3.cxx
index 261d74938e70..0ae023416cc5 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -1024,7 +1024,7 @@ CPPUNIT_TEST_FIXTURE(Test, testClearingBreak)
     // Then make sure that the clear property of the break is not ignored:
     verify();
     reload(mpFilter, "clearing-break.doc");
-    // Make sure that that the clear property of the break is not ignored 
during export:
+    // Make sure that the clear property of the break is not ignored during 
export:
     verify();
 }
 
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 7567bd08d5bf..5293aa52328b 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -1574,7 +1574,7 @@ SvStream& ReadRegion(SvStream& rIStrm, vcl::Region& 
rRegion)
                     const auto nPolygons = aNewPoly.Count();
                     if (nPolygons > 128)
                     {
-                        SAL_WARN("vcl.gdi", "suspicously high no of polygons 
in clip:" << nPolygons);
+                        SAL_WARN("vcl.gdi", "suspiciously high no of polygons 
in clip:" << nPolygons);
                         if (utl::ConfigManager::IsFuzzing())
                             aNewPoly.Clear();
                     }

Reply via email to