From c04f530ffe11ec62d3e23b0cbb445200ecbed026 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 23 Jun 2021 10:41:26 -0400 Subject: Fix some misspells in various enumerations --- binaryninjacore.h | 6 +++--- 1 file 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, -- cgit v1.3.1