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

git at osgeo.org git at osgeo.org
Tue Dec 4 06:34:04 PST 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  ce0449c9d5ca8fb31de13ee32f095567696ec837 (commit)
      from  93f1a02f00e2a4714ac8658523ed89f352a9ac7f (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 ce0449c9d5ca8fb31de13ee32f095567696ec837
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Dec 4 09:33:42 2018 -0500

    Fix typo in error message [ci skip]

diff --git a/src/geom/prep/PreparedGeometryFactory.cpp b/src/geom/prep/PreparedGeometryFactory.cpp
index 3eb5554..463e306 100644
--- a/src/geom/prep/PreparedGeometryFactory.cpp
+++ b/src/geom/prep/PreparedGeometryFactory.cpp
@@ -43,7 +43,7 @@ PreparedGeometryFactory::create( const geom::Geometry * g) const
 
     if (nullptr == g)
     {
-        throw util::IllegalArgumentException("PreparedGeometry constructd with null Geometry object");
+        throw util::IllegalArgumentException("PreparedGeometry constructed with null Geometry object");
     }
 
 	PreparedGeometry* pg = nullptr;

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

Summary of changes:
 src/geom/prep/PreparedGeometryFactory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list