From 5978a0ede2c071b547b692033f561641edc4ac37 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 25 Jul 2023 12:14:20 -0400 Subject: Fix typo --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index cb4c3e9b..f17808c0 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -381,7 +381,7 @@ extern "C" ConstStringDataTokenContext = 7, // For ConstData strings StringReferenceTokenContext = 8, // For References to strings StringDataVariableTokenContext = 9, // For String DataVariables - StringDisplayTokenContex = 10 // For displaying strings which aren't associated with an address + StringDisplayTokenContext = 10 // For displaying strings which aren't associated with an address } BNInstructionTextTokenContext; typedef enum BNLinearDisassemblyLineType -- cgit v1.3.1