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 /binaryninjaapi.h | |
| parent | 4754b16537278cc95d6614d1f9a5c1dd7bc81a90 (diff) | |
fixing minimim typo throughout api
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; |
