chore: fix typo curor->cursor (2x)

Detected by CI (typos) after nixpkgs update.
This commit is contained in:
MithicSpirit
2026-01-12 13:13:17 -05:00
parent d512de7e78
commit 2af6e255e4
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ fn writeBashCompletions(writer: *std.Io.Writer) !void {
\\ else prev="${COMP_WORDS[COMP_CWORD-1]}"
\\ fi
\\
\\ # current completion is double quoted add a space so the curor progresses
\\ # current completion is double quoted add a space so the cursor progresses
\\ if [[ "$2" == \"*\" ]]; then
\\ COMPREPLY=( "$cur " );
\\ return;

View File

@@ -1641,7 +1641,7 @@ pub fn Stream(comptime Handler: type) type {
},
},
else => {
log.warn("invalid set curor style command: {f}", .{input});
log.warn("invalid set cursor style command: {f}", .{input});
return;
},
};