Skip to content

Commit bc591f5

Browse files
committed
typo
1 parent 93cbb54 commit bc591f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsgeometry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ not disjoint with existing polygons of the feature*/
298298
/** Returns the smallest convex polygon that contains all the points in the geometry. */
299299
QgsGeometry* convexHull() /Factory/;
300300

301-
QgsGeometry* interoplate( double distance ) /Factory/;
301+
QgsGeometry* interpolate( double distance ) /Factory/;
302302

303303
/** Returns a geometry representing the points shared by this geometry and other. */
304304
QgsGeometry* intersection(QgsGeometry* geometry) /Factory/;

0 commit comments

Comments
 (0)