From fdbda2901080d3638475638f693299eca7c1cd7f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 18 Mar 2022 19:59:24 +0100 Subject: Fix typos Change-Id: If006b66919dcc7f409e9f9a30e1fe09fa592e698 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131838 Reviewed-by: Julien Nabet Tested-by: Jenkins --- vcl/source/gdi/region.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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(); } -- cgit