summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
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 /binaryninjacore.h
parent4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (diff)
fixing minimim typo throughout api
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b19af253..2a6f782b 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4062,7 +4062,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI const char* BNPluginGetLicense(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetLicenseText(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetLongdescription(BNRepoPlugin* p);
- BINARYNINJACOREAPI uint64_t BNPluginGetMinimimVersion(BNRepoPlugin* p);
+ BINARYNINJACOREAPI uint64_t BNPluginGetMinimumVersion(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetName(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetProjectUrl(BNRepoPlugin* p);
BINARYNINJACOREAPI const char* BNPluginGetPackageUrl(BNRepoPlugin* p);