summaryrefslogtreecommitdiffstats
path: root/src/event_loop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_loop.rs')
-rw-r--r--src/event_loop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_loop.rs b/src/event_loop.rs
index 59fa4fbf..a1fed336 100644
--- a/src/event_loop.rs
+++ b/src/event_loop.rs
@@ -22,7 +22,7 @@ pub enum Msg {
/// Data that should be written to the pty
Input(Cow<'static, [u8]>),
- /// Indicates that the `EvemtLoop` should shut down, as Alacritty is shutting down
+ /// Indicates that the `EventLoop` should shut down, as Alacritty is shutting down
Shutdown
}