From 0881de3d580663e8946752d64920c941a701cd59 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 19 May 2025 10:23:38 -0500 Subject: [PATCH] Northease -> Northeast --- src/scenedit/scen.keydlgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenedit/scen.keydlgs.cpp b/src/scenedit/scen.keydlgs.cpp index 95f4bd36..634787a0 100644 --- a/src/scenedit/scen.keydlgs.cpp +++ b/src/scenedit/scen.keydlgs.cpp @@ -568,7 +568,7 @@ short choose_text(eStrType list, unsigned short cur_choice, cDialog* parent, std strings = {"+1", "+2", "+3", "Shoot Flames", "Flaming", "+5", "Blessed", "+4"}; break; case STRT_DIR: - strings = {"North", "Northease", "East", "Southeast", "South", "Southwest", "West", "Northwest", "None"}; + strings = {"North", "Northeast", "East", "Southeast", "South", "Southwest", "West", "Northwest", "None"}; break; case STRT_QUEST_STATUS: strings = {"Available", "Started", "Completed", "Failed"};