summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-03-20 15:24:34 -0400
committerJordan Wiens <jordan@psifertex.com>2020-03-20 15:24:34 -0400
commitec2e578715a01fc8cc22fd7743042e53c7b5f584 (patch)
tree457a98722609361bd1087715fbabf6a04c172cd5 /python
parent4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (diff)
fixing minimim typo throughout api
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):