summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 261b88a6..e4defb28 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -116,7 +116,7 @@ class RepoPlugin(object):
@property
def minimum_version(self):
"""String minimum version the plugin was tested on"""
- return core.BNPluginGetMinimimVersion(self.handle)
+ return core.BNPluginGetMinimumVersion(self.handle)
@property
def name(self):