typo in termio.zig

This commit is contained in:
Peter Cock
2025-01-03 18:45:20 +00:00
committed by GitHub
parent 4b9ad76a81
commit 360a1bf00d

View File

@ -35,7 +35,7 @@ pub const VTEvent = struct {
const Kind = enum { print, execute, csi, esc, osc, dcs, apc };
const Metadata = std.StringHashMap([:0]const u8);
/// Initiaze the event information for the given parser action.
/// Initialize the event information for the given parser action.
pub fn init(
alloc: Allocator,
surface: *Surface,