Fix spelling mistake

This commit is contained in:
Ivan Molodetskikh 2024-04-23 10:58:22 +04:00
parent 279659ac90
commit f9b008163c

View File

@ -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);