summaryrefslogtreecommitdiff
path: root/binaryninjaapi.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 /binaryninjaapi.h
parent4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (diff)
fixing minimim typo throughout api
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 922d2798..a3bf8578 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4707,7 +4707,7 @@ __attribute__ ((format (printf, 1, 2)))
std::string GetRepository() const;
std::string GetProjectData();
std::string GetInstallInstructions(const std::string& platform) const;
- uint64_t GetMinimimVersion() const;
+ uint64_t GetMinimumVersion() const;
uint64_t GetLastUpdate();
bool IsBeingDeleted() const;
bool IsBeingUpdated() const;