Skip to content

Commit

Permalink
Fix spelling and API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 27, 2017
1 parent b245ccc commit c727342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/geometry/qgsgeometry.sip
Expand Up @@ -755,6 +755,7 @@ class QgsGeometry
* In case of full or partial dimensional collapses, the output geometry may be a collection
* of lower-to-equal dimension geometries or a geometry of lower dimension.
* Single polygons may become multi-geometries in case of self-intersections.
* It preserves Z values, but M values will be dropped.
* @return new valid QgsGeometry or null geometry on error
* @note added in QGIS 3.0
*/
Expand Down
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeometry.h
Expand Up @@ -810,6 +810,7 @@ class CORE_EXPORT QgsGeometry
* In case of full or partial dimensional collapses, the output geometry may be a collection
* of lower-to-equal dimension geometries or a geometry of lower dimension.
* Single polygons may become multi-geometries in case of self-intersections.
* It preserves Z values, but M values will be dropped.
* @return new valid QgsGeometry or null geometry on error
* @note added in QGIS 3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometrymakevalid.cpp
Expand Up @@ -494,7 +494,7 @@ static GEOSGeometry* LWGEOM_GEOS_makeValidPolygon( const GEOSGeometry* gin, QStr
}

// NOTE: the noding process may drop lines collapsing to points.
// We want to retrive any of those
// We want to retrieve any of those
{
GEOSGeometry* pi;
GEOSGeometry* po;
Expand Down

0 comments on commit c727342

Please sign in to comment.