mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
chore: fix some typos in comments (#3635)
Signed-off-by: growfrow <growfrow@outlook.com>
This commit is contained in:
@@ -72,7 +72,7 @@ pub struct Window {
|
||||
/// Source to wake-up the event-loop for window requests.
|
||||
event_loop_awakener: calloop::ping::Ping,
|
||||
|
||||
/// The event sink to deliver sythetic events.
|
||||
/// The event sink to deliver synthetic events.
|
||||
window_events_sink: Arc<Mutex<EventSink>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user