diff --git a/src/server/dispatch.rs b/src/server/dispatch.rs index f3d4ea2..07a84d2 100644 --- a/src/server/dispatch.rs +++ b/src/server/dispatch.rs @@ -1134,7 +1134,7 @@ impl Dispatch warn!("unhandled tablet pad ring requst: {other:?}"), + other => warn!("unhandled tablet pad ring request: {other:?}"), } } } @@ -1163,7 +1163,7 @@ impl Dispatch warn!("unhandled tablet pad strip requst: {other:?}"), + other => warn!("unhandled tablet pad strip request: {other:?}"), } } } diff --git a/src/server/mod.rs b/src/server/mod.rs index 80fba51..b0e0150 100644 --- a/src/server/mod.rs +++ b/src/server/mod.rs @@ -538,7 +538,7 @@ impl ServerState { 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(); diff --git a/src/server/tests.rs b/src/server/tests.rs index 74667d3..473de59 100644 --- a/src/server/tests.rs +++ b/src/server/tests.rs @@ -1800,7 +1800,7 @@ fn negative_output_xdg_position_update_offset() { let mut first = false; for event in std::mem::take(&mut *xdg_output.data.events.lock().unwrap()) { if let zxdg_output_v1::Event::LogicalPosition { x, y } = event { - // Testwl sends a logical positon event when the output is first created + // Testwl sends a logical position event when the output is first created // We are interested in the second one generated by satellite if !first { first = true; diff --git a/src/xstate/selection.rs b/src/xstate/selection.rs index cb7ca8b..27a85d8 100644 --- a/src/xstate/selection.rs +++ b/src/xstate/selection.rs @@ -127,7 +127,7 @@ impl Selection { warn!("Failed to write selection data: {e:?}"); } else if incr { debug!( - "recieved some incr data for {}", + "received some incr data for {}", get_atom_name(&self.connection, target) ); pending.push(PendingSelectionData {