From 360a1bf00de236d143bbdd1318062fadf75fa4a5 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Fri, 3 Jan 2025 18:45:20 +0000
Subject: [PATCH] typo in termio.zig
---
src/inspector/termio.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/inspector/termio.zig b/src/inspector/termio.zig
index 78b35e19b..7fea4ecf8 100644
--- a/src/inspector/termio.zig
+++ b/src/inspector/termio.zig
@@ -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,