chore: clean up typos

This commit is contained in:
Łukasz Niemier
2024-08-05 13:56:57 +02:00
parent 1b386faee9
commit f9be02a20f
46 changed files with 135 additions and 66 deletions

View File

@@ -102,7 +102,7 @@ test "cursor: blinking disabled" {
try testing.expect(cursorStyle(&state, false, false) == .block_hollow);
}
test "cursor: explictly not visible" {
test "cursor: explicitly not visible" {
const testing = std.testing;
const alloc = testing.allocator;
var term = try terminal.Terminal.init(alloc, .{ .cols = 10, .rows = 10 });