From 3102d8e160bd61181dce395b425aea99e8381632 Mon Sep 17 00:00:00 2001 From: mjz19910 Date: Thu, 6 Jan 2022 07:07:15 -0700 Subject: Everywhere: Fix many spelling errors --- Userland/Services/WindowServer/WindowManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Services') diff --git a/Userland/Services/WindowServer/WindowManager.cpp b/Userland/Services/WindowServer/WindowManager.cpp index e4638d230f..3da8bc651d 100644 --- a/Userland/Services/WindowServer/WindowManager.cpp +++ b/Userland/Services/WindowServer/WindowManager.cpp @@ -1038,7 +1038,7 @@ void WindowManager::start_menu_doubleclick(Window& window, MouseEvent const& eve // This is a special case. Basically, we're trying to determine whether // double clicking on the window menu icon happened. In this case, the // WindowFrame only receives a MouseDown event, and since the window - // menu popus up, it does not see the MouseUp event. But, if they subsequently + // menu pops up, it does not see the MouseUp event. But, if they subsequently // click there again, the menu is closed and we receive a MouseUp event. // So, in order to be able to detect a double click when a menu is being // opened by the MouseDown event, we need to consider the MouseDown event -- cgit v1.2.3