Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Jul 29, 2012
1 parent 93cbb54 commit bc591f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsgeometry.sip
Expand Up @@ -298,7 +298,7 @@ not disjoint with existing polygons of the feature*/
/** Returns the smallest convex polygon that contains all the points in the geometry. */
QgsGeometry* convexHull() /Factory/;

QgsGeometry* interoplate( double distance ) /Factory/;
QgsGeometry* interpolate( double distance ) /Factory/;

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

0 comments on commit bc591f5

Please sign in to comment.