From 4b763cc3692803f284075f8794ae5cf0b51c3c88 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 22 Jan 2019 21:54:12 -0700 Subject: [PATCH] Spelling --- core/menu_module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/menu_module.js b/core/menu_module.js index 52784042..06c0f6d7 100644 --- a/core/menu_module.js +++ b/core/menu_module.js @@ -329,7 +329,7 @@ exports.MenuModule = class MenuModule extends PluginModule { // A quick rundown: // * We may have mciData.menu, mciData.prompt, or both. // * Prompt form is favored over menu form if both are present. - // * Standard/prefdefined MCI entries must load both (e.g. %BN is expected to resolve) + // * Standard/predefined MCI entries must load both (e.g. %BN is expected to resolve) // const self = this;