From bc8d86f97056478b411a7fea56fd47bc1f8fc58d Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 20 May 2017 16:58:33 -0400 Subject: Fix typo --- src/event_loop.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event_loop.rs') 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 } -- cgit