[geos-commits] [SCM] GEOS branch master updated. a71f21a9d36e483628e7d2c46fb9d24dfcec98bc

git at osgeo.org git at osgeo.org
Mon Sep 17 13:00:10 PDT 2018


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, master has been updated
       via  a71f21a9d36e483628e7d2c46fb9d24dfcec98bc (commit)
       via  642744e5c97837d302b66261c34e826dfdb7c551 (commit)
      from  be8b3ffb4532c5302e004a400bf0069493df7302 (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 a71f21a9d36e483628e7d2c46fb9d24dfcec98bc
Merge: be8b3ff 642744e
Author: Daniel Baston <dbaston at gmail.com>
Date:   Mon Sep 17 15:59:25 2018 -0400

    Merge branch 'sir-sigurd-geometryn-doc-typos'


commit 642744e5c97837d302b66261c34e826dfdb7c551
Author: Sergey Fedoseev <fedoseev.sergey at gmail.com>
Date:   Sun Sep 16 15:56:38 2018 +0500

    Fix typos in getGeometryN() docs.

diff --git a/include/geos/geom/Geometry.h b/include/geos/geom/Geometry.h
index 6f4f99f..9e82ed3 100644
--- a/include/geos/geom/Geometry.h
+++ b/include/geos/geom/Geometry.h
@@ -286,7 +286,7 @@ public:
 	/// (or 1 if this is not a collection)
 	virtual std::size_t getNumGeometries() const { return 1; }
 
-	/// Returns a pointer to the nth Geometry int this collection
+	/// Returns a pointer to the nth Geometry in this collection
 	/// (or self if this is not a collection)
 	virtual const Geometry* getGeometryN(std::size_t /*n*/) const { return this; }
 
diff --git a/include/geos/geom/GeometryCollection.h b/include/geos/geom/GeometryCollection.h
index c255ecf..98b6dd8 100644
--- a/include/geos/geom/GeometryCollection.h
+++ b/include/geos/geom/GeometryCollection.h
@@ -154,7 +154,7 @@ public:
 	/// Returns the number of geometries in this collection
 	std::size_t getNumGeometries() const override;
 
-	/// Returns a pointer to the nth Geometry int this collection
+	/// Returns a pointer to the nth Geometry in this collection
 	const Geometry* getGeometryN(std::size_t n) const override;
 
 	/**

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

Summary of changes:
 include/geos/geom/Geometry.h           | 2 +-
 include/geos/geom/GeometryCollection.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list