From d116298d2ff52ac168856328da6e6a7073077df6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:42:16 -0400 Subject: [PATCH] spelling: shortcut Signed-off-by: Josh Soref --- .../keyboardmanager/test/OSLevelShortcutRemappingTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/keyboardmanager/test/OSLevelShortcutRemappingTests.cpp b/src/modules/keyboardmanager/test/OSLevelShortcutRemappingTests.cpp index fa3aad3a1a..5705bbfa5c 100644 --- a/src/modules/keyboardmanager/test/OSLevelShortcutRemappingTests.cpp +++ b/src/modules/keyboardmanager/test/OSLevelShortcutRemappingTests.cpp @@ -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);