[geos-commits] [SCM] GEOS branch master updated. 42f1a60bd19d47db3cce5c957fddc3e068c8d25d

git at osgeo.org git at osgeo.org
Fri Nov 29 02:35:17 PST 2019


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  42f1a60bd19d47db3cce5c957fddc3e068c8d25d (commit)
      from  7a7cbf84fc5d4369baaf4c6e0614f44d4207503f (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 42f1a60bd19d47db3cce5c957fddc3e068c8d25d
Author: Mike Taves <mwtoews at gmail.com>
Date:   Fri Nov 29 12:04:15 2019 +1300

    Fix typo in error message

diff --git a/capi/geos_ts_c.cpp b/capi/geos_ts_c.cpp
index 34ec1e6..8f7c881 100644
--- a/capi/geos_ts_c.cpp
+++ b/capi/geos_ts_c.cpp
@@ -2928,7 +2928,7 @@ extern "C" {
         return execute(extHandle, -1.0, [&]() {
             const geos::geom::Point* point = dynamic_cast<const geos::geom::Point*>(p);
             if(!point) {
-                throw std::runtime_error("third argument of GEOSProject_r mmust be Point");
+                throw std::runtime_error("third argument of GEOSProject_r must be Point");
             }
             const geos::geom::Coordinate* inputPt = p->getCoordinate();
             return geos::linearref::LengthIndexedLine(g).project(*inputPt);

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

Summary of changes:
 capi/geos_ts_c.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list