From fd8d4b93878cf7c487254fd79788a9fb562a2693 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Wed, 4 Oct 2023 11:10:58 +0100 Subject: [PATCH] [ShortcutGuide]Fix typo (#28990) Fixes simple typo/grammar errors It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language. Signed-off-by: brian teeman --- src/modules/ShortcutGuide/ShortcutGuide/shortcut_guide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ShortcutGuide/ShortcutGuide/shortcut_guide.cpp b/src/modules/ShortcutGuide/ShortcutGuide/shortcut_guide.cpp index f1c843d615..719f713e79 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide/shortcut_guide.cpp +++ b/src/modules/ShortcutGuide/ShortcutGuide/shortcut_guide.cpp @@ -73,7 +73,7 @@ namespace result.hwnd = active_window; // In reality, Windows Snap works if even one of those styles is set // for a window, it is just limited. If there is no WS_MAXIMIZEBOX using - // WinKey + Up just won't maximize the window. Similary, without + // WinKey + Up just won't maximize the window. Similarly, without // WS_MINIMIZEBOX the window will not get minimized. A "Save As..." dialog // is a example of such window - it can be snapped to both sides and to // all screen corners, but will not get maximized nor minimized.