summaryrefslogtreecommitdiff
path: root/src/inspector
diff options
context:
space:
mode:
authorPeter Cock <p.j.a.cock@googlemail.com>2025-01-03 19:00:45 +0000
committerGitHub <noreply@github.com>2025-01-03 11:00:45 -0800
commit6459e5c8cac4a5d5f2d6274139c3d199715e1fca (patch)
treec326f022ef6904d2205dcf8086b8d3ebabc11286 /src/inspector
parent7eb35d72758a984c6c028272e6f53b7694e42b60 (diff)
Fixing a few typos in the source code comments (#4529)
Diffstat (limited to 'src/inspector')
-rw-r--r--src/inspector/termio.zig2
1 files changed, 1 insertions, 1 deletions
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,