Navigation Menu

Skip to content

Commit

Permalink
[processing] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Jun 19, 2015
1 parent 1a6aee1 commit 6cbe0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/RectangleMapTool.py
Expand Up @@ -34,7 +34,7 @@
class RectangleMapTool(QgsMapToolEmitPoint):

rectangleCreated = pyqtSignal()
deactovated = pyqtSignal()
deactivated = pyqtSignal()

def __init__(self, canvas):
self.canvas = canvas
Expand Down

0 comments on commit 6cbe0ee

Please sign in to comment.