diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-03-20 15:24:34 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-03-20 15:24:34 -0400 |
| commit | ec2e578715a01fc8cc22fd7743042e53c7b5f584 (patch) | |
| tree | 457a98722609361bd1087715fbabf6a04c172cd5 /python | |
| parent | 4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (diff) | |
fixing minimim typo throughout api
Diffstat (limited to 'python')
| -rw-r--r-- | python/pluginmanager.py | 2 |
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): |
