Followup e48d8b, fix typo

This commit is contained in:
Nyall Dawson 2016-01-15 08:34:42 +11:00
parent c452c3d85f
commit c0f4fb1466
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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