lint: correct reported typos (including a rename)
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 26s

This commit is contained in:
2025-06-24 20:35:28 +02:00
parent a8e138deb7
commit ed0010c8af
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ const QuitText = struct {
};
/// Spinner element implementation that runs a simple animation that requires
/// the continous draw loop.
/// the continuous draw loop.
const Spinner = struct {
counter: u8 = 0,
index: u8 = 0,