From 10fda7bfc4f8e99396bf692ae757a8dc6cfe8fe5 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Fri, 17 Apr 2026 13:14:41 -0700 Subject: [PATCH] re-fix typo --- src/backend/wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/wayland.c b/src/backend/wayland.c index e450aa4..4cab7e6 100644 --- a/src/backend/wayland.c +++ b/src/backend/wayland.c @@ -2430,7 +2430,7 @@ static void MwLLShowImpl(MwLL handle, int show) { static void MwLLMakePopupImpl(MwLL handle, MwLL parent) { (void)handle; (void)parent; - /* Wayland doesn't have "popups" in the Milsko sense persay. xdg_popup is closer to ToolWindow and as such is what we use there. So just like the Mac backend, this is just left alone. */ + /* Wayland doesn't have "popups" in the Milsko sense per se. xdg_popup is closer to ToolWindow and as such is what we use there. So just like the Mac backend, this is just left alone. */ } static void MwLLSetSizeHintsImpl(MwLL handle, int minx, int miny, int maxx, int maxy) {