[geos-commits] [SCM] GEOS branch master updated. 03fd46a6c9a9bcfb46c592d4e79b62236aeced65

git at osgeo.org git at osgeo.org
Tue Jun 25 14:36:22 PDT 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  03fd46a6c9a9bcfb46c592d4e79b62236aeced65 (commit)
      from  bb01f9a1a7b795f606ac67d82845ebdd0c02e572 (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 03fd46a6c9a9bcfb46c592d4e79b62236aeced65
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jun 25 23:35:41 2019 +0200

    Fix typo in comments

diff --git a/include/geos/geom/CoordinateSequence.h b/include/geos/geom/CoordinateSequence.h
index 0218301..18bf663 100644
--- a/include/geos/geom/CoordinateSequence.h
+++ b/include/geos/geom/CoordinateSequence.h
@@ -269,7 +269,7 @@ public:
     virtual void apply_ro(CoordinateFilter* filter) const = 0; //Abstract
 
     /** \brief
-     * Apply a fiter to each Coordinate of this sequence.
+     * Apply a filter to each Coordinate of this sequence.
      * The filter is expected to provide a .filter(Coordinate&)
      * method.
      *
diff --git a/include/geos/geom/Geometry.h b/include/geos/geom/Geometry.h
index a0b0d00..4ae9f72 100644
--- a/include/geos/geom/Geometry.h
+++ b/include/geos/geom/Geometry.h
@@ -747,7 +747,7 @@ public:
     virtual void apply_ro(CoordinateSequenceFilter& filter) const = 0;
 
     /** \brief
-     * Apply a fiter to each component of this geometry.
+     * Apply a filter to each component of this geometry.
      * The filter is expected to provide a .filter(const Geometry*)
      * method.
      *

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list