Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
homann committed Aug 17, 2012
1 parent 8e16c8e commit b5a59fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsrectangle.sip
Expand Up @@ -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
Expand Down

0 comments on commit b5a59fd

Please sign in to comment.