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

git at osgeo.org git at osgeo.org
Tue Jul 17 13:00:15 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  c13f07516098e0cb4b4fe5c58c678d27b38b580e (commit)
      from  311989f1586a58a66f21f3da51880ecabcb7a96c (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 c13f07516098e0cb4b4fe5c58c678d27b38b580e
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Jul 17 15:59:59 2018 -0400

    Fix typos

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 639aa67..db48e15 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -21,7 +21,7 @@
  *	  functions, and call finishGEOS() when done.
  *
  *	- Currently you have to explicitly GEOSGeom_destroy() all
- *	  GEOSGeom objects to avoid memory leaks, and to GEOSFree()
+ *	  GEOSGeom objects to avoid memory leaks, and GEOSFree()
  *	  all returned char * (unless const).
  *
  *	- Functions ending with _r are thread safe; see details in RFC 3
@@ -146,7 +146,7 @@ enum GEOSGeomTypes {
     GEOS_GEOMETRYCOLLECTION
 };
 
-/* Byte oders exposed via the c api */
+/* Byte orders exposed via the C API */
 enum GEOSByteOrders {
     GEOS_WKB_XDR = 0, /* Big Endian */
     GEOS_WKB_NDR = 1 /* Little Endian */
@@ -706,7 +706,7 @@ extern GEOSGeometry GEOS_DLL * GEOSDelaunayTriangulation_r(
  *
  * @param g the input geometry whose vertex will be used as sites.
  * @param tolerance snapping tolerance to use for improved robustness
- * @param onlyEdges whether to return only edges of the voronoi cells
+ * @param onlyEdges whether to return only edges of the Voronoi cells
  * @param env clipping envelope for the returned diagram, automatically
  *            determined if NULL.
  *            The diagram will be clipped to the larger

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

Summary of changes:
 capi/geos_c.h.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list