From 4cc5cc32319e6fca52dc2b44f8e416e67d8ae981 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 2 Oct 2019 15:30:21 -0400 Subject: Fix typo in SymbolList sort settings --- ui/symbollist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/symbollist.h b/ui/symbollist.h index 31b6580f..c68fbcf9 100644 --- a/ui/symbollist.h +++ b/ui/symbollist.h @@ -25,10 +25,10 @@ class BINARYNINJAUIAPI SymbolListModel: public QAbstractItemModel, public Binary public: enum SortType { - SortAcendingAddresses, - SortDecendingAddresses, - SortAlphabeticallyAcending, - SortAlphabeticallyDecending + SortAscendingAddresses, + SortDescendingAddresses, + SortAlphabeticallyAscending, + SortAlphabeticallyDescending }; struct NamedObject -- cgit v1.3.1