[geos-commits] [SCM] GEOS branch 3.13 updated. 33418f9a410b8d36f712c95f896388b5f4ba560b

git at osgeo.org git at osgeo.org
Wed Feb 5 14:14:04 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, 3.13 has been updated
       via  33418f9a410b8d36f712c95f896388b5f4ba560b (commit)
      from  3820322c3209916ebc6fd42494b8787602edf1c3 (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 33418f9a410b8d36f712c95f896388b5f4ba560b
Author: Mike Taves <mwtoews at gmail.com>
Date:   Thu Nov 28 21:49:05 2024 +1300

    Fix more typos

diff --git a/include/geos/geom/Envelope.h b/include/geos/geom/Envelope.h
index 823a0dc04..e64fdf8b1 100644
--- a/include/geos/geom/Envelope.h
+++ b/include/geos/geom/Envelope.h
@@ -590,7 +590,7 @@ public:
     * Tests if the region defined by other
     * is disjoint from the region of this Envelope
     *
-    * @param other  the Envelope being checked for disjointness
+    * @param other  the Envelope being checked for disjointedness
     * @return true if the Envelopes are disjoint
     */
     bool disjoint(const Envelope& other) const
diff --git a/src/operation/buffer/BufferBuilder.cpp b/src/operation/buffer/BufferBuilder.cpp
index 716215b71..1fa923ccb 100644
--- a/src/operation/buffer/BufferBuilder.cpp
+++ b/src/operation/buffer/BufferBuilder.cpp
@@ -377,7 +377,7 @@ BufferBuilder::buffer(const Geometry* g, double distance)
         std::vector< std::unique_ptr<Geometry> > geoms_to_delete;
         for ( size_t i=0, n=g->getNumGeometries(); i<n; ++i )
         {
-            // BufferBuilder class cannot be re-used, so
+            // BufferBuilder class cannot be reused, so
             // we create a new one for each subgeom
             BufferBuilder subbuilder(bufParams);
             const Geometry *subgeom = g->getGeometryN(i);

-----------------------------------------------------------------------

Summary of changes:
 include/geos/geom/Envelope.h           | 2 +-
 src/operation/buffer/BufferBuilder.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list