From aa17e13b990c1e804016c450dee0403e739d9b99 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Mon, 29 Sep 2025 23:11:28 +0200 Subject: [PATCH] lint: correct typo --- src/app.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.zig b/src/app.zig index 27db588..5a03783 100644 --- a/src/app.zig +++ b/src/app.zig @@ -1,7 +1,7 @@ //! Application type for TUI-applications // FIX known issues: -// - reseting the terminal screen when stopping an `App` under `tmux` +// - resetting the terminal screen when stopping an `App` under `tmux` // (outside of tmux it seems to work, and other applications can also do that) /// Create the App Type with the associated user events _E_ which describes