File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class QgsGeometry
160
160
*/
161
161
double length() const;
162
162
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
164
164
* @param geom geometry to find minimum distance to
165
165
*/
166
166
double distance( const QgsGeometry& geom ) const;
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class CORE_EXPORT QgsGeometry
203
203
double length () const ;
204
204
205
205
/* *
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.
207
207
* Will return a negative value if a geometry is missing.
208
208
*
209
209
* @param geom geometry to find minimum distance to
You can’t perform that action at this time.
0 commit comments