Skip to content

Commit b5a59fd

Browse files
committedAug 17, 2012
Typo.
1 parent 8e16c8e commit b5a59fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/core/qgsrectangle.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class QgsRectangle
5656
//! Scale the rectangle around its center point
5757
void scale(double, const QgsPoint *c =0);
5858
//! Expand the rectangle to support zoom out scaling
59-
// @depreceated use scale instead
60-
void expand(double, const QgsPoint *c = 0) /Depreceated/;
59+
// @deprecated use scale instead
60+
void expand(double, const QgsPoint *c = 0) /Deprecated/;
6161
//! return the intersection with the given rectangle
6262
QgsRectangle intersect(const QgsRectangle *rect);
6363
//! returns true when rectangle intersects with other rectangle

0 commit comments

Comments
 (0)
Please sign in to comment.