diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/handlers/xdg_shell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
