From b5a59fd251c965fcc4fa43a8fdc86980ad6cdbaf Mon Sep 17 00:00:00 2001 From: Magnus Homann Date: Fri, 17 Aug 2012 12:06:17 +0200 Subject: [PATCH] Typo. --- python/core/qgsrectangle.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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