File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1134,7 +1134,7 @@ impl<C: XConnection> Dispatch<s_tablet::zwp_tablet_pad_ring_v2::ZwpTabletPadRing
1134
1134
ring. client . destroy ( ) ;
1135
1135
state. objects . remove ( * key) ;
1136
1136
}
1137
- other => warn ! ( "unhandled tablet pad ring requst : {other:?}" ) ,
1137
+ other => warn ! ( "unhandled tablet pad ring request : {other:?}" ) ,
1138
1138
}
1139
1139
}
1140
1140
}
@@ -1163,7 +1163,7 @@ impl<C: XConnection> Dispatch<s_tablet::zwp_tablet_pad_strip_v2::ZwpTabletPadStr
1163
1163
strip. client . destroy ( ) ;
1164
1164
state. objects . remove ( * key) ;
1165
1165
}
1166
- other => warn ! ( "unhandled tablet pad strip requst : {other:?}" ) ,
1166
+ other => warn ! ( "unhandled tablet pad strip request : {other:?}" ) ,
1167
1167
}
1168
1168
}
1169
1169
}
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ impl<C: XConnection> ServerState<C> {
538
538
539
539
let activation_state = ActivationState :: bind ( & clientside. global_list , & qh)
540
540
. inspect_err ( |e| {
541
- warn ! ( "Could not bind xdg activation ({e:?}). Windows might not recive focus depending on compositor focus stealing policy." )
541
+ warn ! ( "Could not bind xdg activation ({e:?}). Windows might not receive focus depending on compositor focus stealing policy." )
542
542
} )
543
543
. ok ( ) ;
544
544
Original file line number Diff line number Diff line change @@ -1800,7 +1800,7 @@ fn negative_output_xdg_position_update_offset() {
1800
1800
let mut first = false ;
1801
1801
for event in std:: mem:: take ( & mut * xdg_output. data . events . lock ( ) . unwrap ( ) ) {
1802
1802
if let zxdg_output_v1:: Event :: LogicalPosition { x, y } = event {
1803
- // Testwl sends a logical positon event when the output is first created
1803
+ // Testwl sends a logical position event when the output is first created
1804
1804
// We are interested in the second one generated by satellite
1805
1805
if !first {
1806
1806
first = true ;
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ impl Selection {
127
127
warn ! ( "Failed to write selection data: {e:?}" ) ;
128
128
} else if incr {
129
129
debug ! (
130
- "recieved some incr data for {}" ,
130
+ "received some incr data for {}" ,
131
131
get_atom_name( & self . connection, target)
132
132
) ;
133
133
pending. push ( PendingSelectionData {
You can’t perform that action at this time.
0 commit comments