diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-18 19:59:24 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-03-18 20:42:08 +0100 |
commit | fdbda2901080d3638475638f693299eca7c1cd7f (patch) | |
tree | c25359bf22d324243e435fbff870c6b21eab098c /vcl | |
parent | 467c8bc2229f51ef4ca6d9593554a7cf1e7ff7ee (diff) |
Fix typos
Change-Id: If006b66919dcc7f409e9f9a30e1fe09fa592e698
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131838
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/region.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |