From: Diego Colin <dev@docolta.com> --- dlls/user32/tests/win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index 921ce01299a..41cc1397018 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -12913,8 +12913,8 @@ static void test_window_placement(void) DestroyWindow(hwnd); /* Test that when forgetting the maximized position for top level windows covering the work - * area, the work area means the monitor work area, not the the work area that a maximized - * window can cover depending on style. For example, a maximized WS_POPUP window can cover the + * area, the work area means the monitor work area, not the work area that a maximized window + * can cover depending on style. For example, a maximized WS_POPUP window can cover the * whole screen when maximized. Also see See win32u/window.c#update_maximized_pos() */ hwnd = CreateWindowA("MainWindowClass", "wp", WS_POPUP, orig.left, orig.top, orig.right - orig.left, orig.bottom - orig.top, 0, 0, 0, 0); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10249