diff --git a/python/core/qgsrectangle.sip b/python/core/qgsrectangle.sip index a4c6c695beff..015331406e8d 100644 --- a/python/core/qgsrectangle.sip +++ b/python/core/qgsrectangle.sip @@ -56,8 +56,8 @@ class QgsRectangle //! Scale the rectangle around its center point void scale(double, const QgsPoint *c =0); //! Expand the rectangle to support zoom out scaling - // @depreceated use scale instead - void expand(double, const QgsPoint *c = 0) /Depreceated/; + // @deprecated use scale instead + void expand(double, const QgsPoint *c = 0) /Deprecated/; //! return the intersection with the given rectangle QgsRectangle intersect(const QgsRectangle *rect); //! returns true when rectangle intersects with other rectangle