mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Fix typo
This commit is contained in:
parent
876dc15152
commit
bc8d86f970
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue