state.rs: fix typo

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/299/head
Manos Pitsidianakis 2023-09-05 15:34:12 +03:00
parent 6476985ce6
commit dd4d0b7972
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ impl State {
self.context.restore_input(); self.context.restore_input();
} }
/// On `SIGWNICH` the `State` redraws itself according to the new terminal /// On `SIGWINCH` the `State` redraws itself according to the new terminal
/// size. /// size.
pub fn update_size(&mut self) { pub fn update_size(&mut self) {
self.screen.update_size(); self.screen.update_size();