Fix typos
This commit is contained in:
parent
180efb0ba9
commit
1d98ee089c
4 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue