[geos-commits] [SCM] GEOS branch main updated. 4310f3bf820d7ea57633f88c14e3453bd0936b40
git at osgeo.org
git at osgeo.org
Thu Jan 23 07:48:51 PST 2025
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 4310f3bf820d7ea57633f88c14e3453bd0936b40 (commit)
from b23952c3618c590c6e9c7c4e9816447090613975 (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 4310f3bf820d7ea57633f88c14e3453bd0936b40
Author: Daniel Baston <dbaston at gmail.com>
Date: Thu Jan 23 10:48:31 2025 -0500
Fix doxygen typo
diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 761f69889..19b9e115b 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -3879,10 +3879,10 @@ extern GEOSClusterInfo GEOS_DLL* GEOSClusterEnvelopeIntersects(const GEOSGeometr
/**
* @brief GEOSClusterInfo_getNumClusters
*
- * Get the number of clusters identifed by a clustering operation
+ * Get the number of clusters identified by a clustering operation
*
* @param clusters cluster information object
- * @return number of clusters identifed
+ * @return number of clusters identified
*/
extern size_t GEOS_DLL GEOSClusterInfo_getNumClusters(const GEOSClusterInfo* clusters);
-----------------------------------------------------------------------
Summary of changes:
capi/geos_c.h.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list