Skip to content

Commit c0f4fb1

Browse files
committedJan 14, 2016
Followup e48d8b, fix typo
1 parent c452c3d commit c0f4fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/geometry/qgsgeometry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class QgsGeometry
160160
*/
161161
double length() const;
162162

163-
/** Returns the minimum distanace between this geometry and another geometry, using GEOS
163+
/** Returns the minimum distance between this geometry and another geometry, using GEOS
164164
* @param geom geometry to find minimum distance to
165165
*/
166166
double distance( const QgsGeometry& geom ) const;

‎src/core/geometry/qgsgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class CORE_EXPORT QgsGeometry
203203
double length() const;
204204

205205
/**
206-
* Returns the minimum distanace between this geometry and another geometry, using GEOS.
206+
* Returns the minimum distance between this geometry and another geometry, using GEOS.
207207
* Will return a negative value if a geometry is missing.
208208
*
209209
* @param geom geometry to find minimum distance to

0 commit comments

Comments
 (0)
Please sign in to comment.