spelling: shortcut

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-10-30 14:42:16 -04:00
parent fd8b99bd8c
commit d116298d2f

View File

@@ -2237,7 +2237,7 @@ namespace RemappingLogicTests
}
// Test that shortcut is not disabled if the shortcut which was remapped to Disable is pressed followed by another key
TEST_METHOD (ShortcutDisable_ShouldNotDisableShortcutSuperset_AfterShorcutWasDisabled)
TEST_METHOD (ShortcutDisable_ShouldNotDisableShortcutSuperset_AfterShortcutWasDisabled)
{
Shortcut src;
src.SetKey(VK_CONTROL);