diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-06-23 10:41:26 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-05 10:08:09 -0400 |
| commit | c04f530ffe11ec62d3e23b0cbb445200ecbed026 (patch) | |
| tree | a6f1655c64e2a223df482f1ca50da7f16c026b95 | |
| parent | 8605213659115157e4ab0bf1c24783c4a896d025 (diff) | |
Fix some misspells in various enumerations
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 6f879a73..77107f3d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -144,7 +144,7 @@ extern "C" enum PluginLoadStatus { NotAttemptedStatus, LoadSucceededStatus, - LoadFaildStatus + LoadFailedStatus }; typedef bool (*BNCorePluginInitFunction)(void); @@ -736,7 +736,7 @@ extern "C" ScalarDeletingDestructorNameType, VectorConstructorIteratorNameType, VectorDestructorIteratorNameType, - VectorVBaseConstructorIteratoreNameType, + VectorVBaseConstructorIteratorNameType, VirtualDisplacementMapNameType, EHVectorConstructorIteratorNameType, EHVectorDestructorIteratorNameType, @@ -753,7 +753,7 @@ extern "C" RttiTypeDescriptor, RttiBaseClassDescriptor, RttiBaseClassArray, - RttiClassHeirarchyDescriptor, + RttiClassHierarchyDescriptor, RttiCompleteObjectLocator, OperatorUnaryMinusNameType, OperatorUnaryPlusNameType, |
