diff --git a/src/backend/input/tablet.rs b/src/backend/input/tablet.rs index a281a5aa9b24..6b8992da5b15 100644 --- a/src/backend/input/tablet.rs +++ b/src/backend/input/tablet.rs @@ -314,7 +314,7 @@ pub trait TabletToolButtonEvent: TabletToolEvent + Event fn button(&self) -> u32; /// For the button of a TabletToolButtonEvent, - /// return the total number of buttons pressed on all devices on the associated seat after the the event was triggered. + /// return the total number of buttons pressed on all devices on the associated seat after the event was triggered. fn seat_button_count(&self) -> u32; /// Return the button state of the event. diff --git a/src/desktop/space/wayland/mod.rs b/src/desktop/space/wayland/mod.rs index ad47a6810abc..4b746f174b30 100644 --- a/src/desktop/space/wayland/mod.rs +++ b/src/desktop/space/wayland/mod.rs @@ -72,7 +72,7 @@ pub fn output_update(output: &Output, output_overlap: Option