chore: fix some typos in comments (#3635)

Signed-off-by: growfrow <growfrow@outlook.com>
This commit is contained in:
growfrow 2024-04-27 21:29:11 +08:00 committed by GitHub
parent ec29c81ad2
commit 0fc8c37721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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>>,
}