From 3c947bba952bbd87b2d4d5e76ba8b5546706f4f7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 8 Jul 2023 12:39:35 +0200 Subject: [PATCH] winewayland.drv: Fix the spelling of a comment. --- dlls/winewayland.drv/xdg-shell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winewayland.drv/xdg-shell.xml b/dlls/winewayland.drv/xdg-shell.xml index 6eb0a67c5d8..1df70014601 100644 --- a/dlls/winewayland.drv/xdg-shell.xml +++ b/dlls/winewayland.drv/xdg-shell.xml @@ -620,7 +620,7 @@ attributes (e.g. title, state, stacking, ...) are discarded for an xdg_toplevel surface when it is unmapped. The xdg_toplevel returns to the state it had right after xdg_surface.get_toplevel. The client - can re-map the toplevel by perfoming a commit without any buffer + can re-map the toplevel by performing a commit without any buffer attached, waiting for a configure event and handling it as usual (see xdg_surface description).