diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-23 10:58:22 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-23 00:09:42 -0700 |
| commit | f9b008163c01cd5f7141298b980daba1c1731ea2 (patch) | |
| tree | 73674153dd12cfa7a8b07e42ed36b496b5d649b5 | |
| parent | 279659ac90eef4082157f427f006c9a4c5a02ac2 (diff) | |
| download | niri-f9b008163c01cd5f7141298b980daba1c1731ea2.tar.gz niri-f9b008163c01cd5f7141298b980daba1c1731ea2.tar.bz2 niri-f9b008163c01cd5f7141298b980daba1c1731ea2.zip | |
Fix spelling mistake
| -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); |
