diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
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; |
