Skip to content

Commit

Permalink
Typo in Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Apr 3, 2014
1 parent fff3710 commit 6d73593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ExtentSelectionPanel.py
Expand Up @@ -85,7 +85,7 @@ def buttonPushed(self):
popupmenu.addAction(selectOnCanvasAction)
if self.canUseAutoExtent():
useMincoveringExtentAction = \
QtGui.QAction('Use min convering extent from input layers',
QtGui.QAction('Use min covering extent from input layers',
self.pushButton)
useMincoveringExtentAction.triggered.connect(
self.useMinCoveringExtent)
Expand Down

0 comments on commit 6d73593

Please sign in to comment.