[geos-commits] [SCM] GEOS branch main updated. 3ae49122f47bae55819b0ab1cfb1a9d2dfa9d6e3
git at osgeo.org
git at osgeo.org
Thu May 29 10:36:11 PDT 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 3ae49122f47bae55819b0ab1cfb1a9d2dfa9d6e3 (commit)
from c66d7231d700b075d4644322de4e0b8e0612493d (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 3ae49122f47bae55819b0ab1cfb1a9d2dfa9d6e3
Author: Even Rouault <even.rouault at spatialys.com>
Date: Thu May 29 18:35:45 2025 +0100
Typo fixes in code comments (#1267)
diff --git a/include/geos/edgegraph/HalfEdge.h b/include/geos/edgegraph/HalfEdge.h
index d66d98493..20662f7be 100644
--- a/include/geos/edgegraph/HalfEdge.h
+++ b/include/geos/edgegraph/HalfEdge.h
@@ -126,7 +126,7 @@ public:
virtual ~HalfEdge() {};
/**
- * Creates a HalfEge pair, using the HalfEdge type of the graph subclass.
+ * Creates a HalfEdge pair, using the HalfEdge type of the graph subclass.
*
* @param p0 a vertex coordinate
* @param p1 a vertex coordinate
diff --git a/include/geos/geom/Geometry.h b/include/geos/geom/Geometry.h
index 3d052d518..36e64f042 100644
--- a/include/geos/geom/Geometry.h
+++ b/include/geos/geom/Geometry.h
@@ -829,7 +829,7 @@ public:
/** Returns the minimum distance between this Geometry and the Geometry g
*
* @param g the Geometry to calculate distance to
- * @return the distance in cartesian units
+ * @return the distance in Cartesian units
*/
virtual double distance(const Geometry* g) const;
diff --git a/include/geos/io/WKBWriter.h b/include/geos/io/WKBWriter.h
index 90b2fbc67..ebd37b04b 100644
--- a/include/geos/io/WKBWriter.h
+++ b/include/geos/io/WKBWriter.h
@@ -88,7 +88,7 @@ public:
* for 2D geometries. Default since GEOS 3.12 is 4.
* @param bo output byte order - default to native machine byte order.
* Legal values include 0 (big endian/xdr) and 1 (little endian/ndr).
- * @param incudeSRID true if SRID should be included in WKB (an
+ * @param includeSRID true if SRID should be included in WKB (an
* extension).
*/
WKBWriter(
diff --git a/include/geos/operation/relate/RelateOp.h b/include/geos/operation/relate/RelateOp.h
index 86749ab5d..c72cafb3c 100644
--- a/include/geos/operation/relate/RelateOp.h
+++ b/include/geos/operation/relate/RelateOp.h
@@ -65,7 +65,7 @@ public:
* @param a a Geometry to test. Ownership left to caller.
* @param b a Geometry to test. Ownership left to caller.
*
- * @return the IntersectonMatrix for the spatial relationship
+ * @return the IntersectionMatrix for the spatial relationship
* between the geometries. Ownership transferred.
*/
static std::unique_ptr<geom::IntersectionMatrix> relate(
@@ -81,7 +81,7 @@ public:
* @param b a Geometry to test. Ownership left to caller.
* @param boundaryNodeRule the Boundary Node Rule to use.
*
- * @return the IntersectonMatrix for the spatial relationship
+ * @return the IntersectionMatrix for the spatial relationship
* between the geometries. Ownership transferred.
*/
static std::unique_ptr<geom::IntersectionMatrix> relate(
-----------------------------------------------------------------------
Summary of changes:
include/geos/edgegraph/HalfEdge.h | 2 +-
include/geos/geom/Geometry.h | 2 +-
include/geos/io/WKBWriter.h | 2 +-
include/geos/operation/relate/RelateOp.h | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list