Skip to content

Commit

Permalink
Followup e48d8b, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 14, 2016
1 parent c452c3d commit c0f4fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/geometry/qgsgeometry.sip
Expand Up @@ -160,7 +160,7 @@ class QgsGeometry
*/
double length() const;

/** Returns the minimum distanace between this geometry and another geometry, using GEOS
/** Returns the minimum distance between this geometry and another geometry, using GEOS
* @param geom geometry to find minimum distance to
*/
double distance( const QgsGeometry& geom ) const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -203,7 +203,7 @@ class CORE_EXPORT QgsGeometry
double length() const;

/**
* Returns the minimum distanace between this geometry and another geometry, using GEOS.
* Returns the minimum distance between this geometry and another geometry, using GEOS.
* Will return a negative value if a geometry is missing.
*
* @param geom geometry to find minimum distance to
Expand Down

0 comments on commit c0f4fb1

Please sign in to comment.