diff --git a/src/main.rs b/src/main.rs index 77bb47061..fa3fabf16 100644 --- a/src/main.rs +++ b/src/main.rs @@ -96,7 +96,7 @@ struct Windows { by_fd: HashMap, } -/// The `GuiEventLoop` represents the combined gui even processor, +/// The `GuiEventLoop` represents the combined gui event processor, /// a remote (running on another thread) mio `Poll` instance, and /// a core for spawning tasks from futures. It acts as the manager /// for various events and is responsible for driving things forward.