Fix typos

This commit is contained in:
bbb651 2025-03-18 01:03:07 +02:00 committed by Shawn Wallace
parent 180efb0ba9
commit 1d98ee089c
4 changed files with 5 additions and 5 deletions

View file

@ -538,7 +538,7 @@ impl<C: XConnection> ServerState<C> {
let activation_state = ActivationState::bind(&clientside.global_list, &qh)
.inspect_err(|e| {
warn!("Could not bind xdg activation ({e:?}). Windows might not recive focus depending on compositor focus stealing policy.")
warn!("Could not bind xdg activation ({e:?}). Windows might not receive focus depending on compositor focus stealing policy.")
})
.ok();