mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-21 14:55:20 +00:00
chore: clean up typos
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user