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

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