We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fff3710 commit 6d73593Copy full SHA for 6d73593
python/plugins/processing/gui/ExtentSelectionPanel.py
@@ -85,7 +85,7 @@ def buttonPushed(self):
85
popupmenu.addAction(selectOnCanvasAction)
86
if self.canUseAutoExtent():
87
useMincoveringExtentAction = \
88
- QtGui.QAction('Use min convering extent from input layers',
+ QtGui.QAction('Use min covering extent from input layers',
89
self.pushButton)
90
useMincoveringExtentAction.triggered.connect(
91
self.useMinCoveringExtent)
0 commit comments