From f9b008163c01cd5f7141298b980daba1c1731ea2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 23 Apr 2024 10:58:22 +0400 Subject: Fix spelling mistake --- src/handlers/xdg_shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs index 8c496e8e..36033da8 100644 --- a/src/handlers/xdg_shell.rs +++ b/src/handlers/xdg_shell.rs @@ -649,7 +649,7 @@ impl State { popup.send_configure().expect("initial configure failed"); } } - // Input method popup can arbitrary change its geometry, so we need to unconstraint + // Input method popup can arbitrary change its geometry, so we need to unconstrain // it on commit. PopupKind::InputMethod(_) => { self.unconstrain_popup(&popup); -- cgit