diff --git a/crates/egui/src/input_state.rs b/crates/egui/src/input_state.rs index 488e84e9f3a..a9c1b314383 100644 --- a/crates/egui/src/input_state.rs +++ b/crates/egui/src/input_state.rs @@ -488,7 +488,7 @@ impl InputState { self.touch_states.values().any(|t| t.any_touches()) } - /// True if we have ever receved a touch event. + /// True if we have ever received a touch event. pub fn has_touch_screen(&self) -> bool { !self.touch_states.is_empty() }