Skip to content

Commit

Permalink
fix: typo in method call
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Aug 30, 2024
1 parent ee9b4f1 commit ab0c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/ORStoolsPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, iface):
if qVersion() > "4.3.3":
QCoreApplication.installTranslator(self.translator)

self.add_default_provoder_to_settings()
self.add_default_provider_to_settings()

def initGui(self):
"""Create the menu entries and toolbar icons inside the QGIS GUI."""
Expand Down

0 comments on commit ab0c375

Please sign in to comment.