termio: typos

This commit is contained in:
Mitchell Hashimoto
2024-09-18 20:59:24 -07:00
parent 66a065dcdd
commit 42e7cbc475

View File

@ -213,7 +213,7 @@ pub fn focusGained(
} else {
// Always set this to true. There is a race condition if we lose
// focus and regain focus before the termios timer ticks where
// if we don't set this unconditionaly the timer will end on
// if we don't set this unconditionally the timer will end on
// the next iteration.
execdata.termios_timer_running = true;