Skip to content

Commit 6d73593

Browse files
committedApr 3, 2014
Typo in Processing
1 parent fff3710 commit 6d73593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/gui/ExtentSelectionPanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def buttonPushed(self):
8585
popupmenu.addAction(selectOnCanvasAction)
8686
if self.canUseAutoExtent():
8787
useMincoveringExtentAction = \
88-
QtGui.QAction('Use min convering extent from input layers',
88+
QtGui.QAction('Use min covering extent from input layers',
8989
self.pushButton)
9090
useMincoveringExtentAction.triggered.connect(
9191
self.useMinCoveringExtent)

0 commit comments

Comments
 (0)