From git at osgeo.org Wed Apr 10 03:24:29 2024 From: git at osgeo.org (git at osgeo.org) Date: Wed, 10 Apr 2024 03:24:29 -0700 (PDT) Subject: [geos-commits] [SCM] GEOS branch main updated. 5a71e20cb0a3295bb73e5e3449d0c1b7bfeb603f Message-ID: <20240410102429.ECD211CBE35@trac.osgeo.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GEOS". The branch, main has been updated via 5a71e20cb0a3295bb73e5e3449d0c1b7bfeb603f (commit) from 5a8ef35228bbec97138d235aa27bff5570ac2bb6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5a71e20cb0a3295bb73e5e3449d0c1b7bfeb603f Author: Sandro Santilli Date: Wed Apr 10 12:23:12 2024 +0200 Fix typo in IllegalArgument exception References GH-1031 diff --git a/src/coverage/CoverageSimplifier.cpp b/src/coverage/CoverageSimplifier.cpp index 93d31d2ef..dbbd9022a 100644 --- a/src/coverage/CoverageSimplifier.cpp +++ b/src/coverage/CoverageSimplifier.cpp @@ -87,7 +87,7 @@ CoverageSimplifier::CoverageSimplifier(const std::vector& cover { for (const Geometry* g: m_input) { if (!g->isPolygonal()) - throw util::IllegalArgumentException("Argument is not a non-polygonal"); + throw util::IllegalArgumentException("Argument is non-polygonal"); } } ----------------------------------------------------------------------- Summary of changes: src/coverage/CoverageSimplifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- GEOS