This commit is contained in:
Aaron Hill 2017-05-20 16:58:33 -04:00 committed by Joe Wilm
parent 876dc15152
commit bc8d86f970
1 changed files with 1 additions and 1 deletions

View File

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