From 42e7cbc4757e95b89117bb5de3235179c6083747 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Sep 2024 20:59:24 -0700 Subject: [PATCH] termio: typos --- src/termio/Exec.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/termio/Exec.zig b/src/termio/Exec.zig index 6edde1128..73bccab2e 100644 --- a/src/termio/Exec.zig +++ b/src/termio/Exec.zig @@ -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;