diff options
| author | Alexandre Antonio Juca <corextechnologies@gmail.com> | 2025-01-03 23:37:34 +0100 |
|---|---|---|
| committer | Alexandre Antonio Juca <corextechnologies@gmail.com> | 2025-01-03 23:37:34 +0100 |
| commit | f14371e909a5b8b2ccef93fbf8bb6d22347c1340 (patch) | |
| tree | 5354d5aba4e46cedff3bf99ea41a86b00b0a14ec /src/inspector | |
| parent | 78cdc7d0deea97d7be3397d02334cfeba7e83ea7 (diff) | |
| parent | fa30a04f2a3ac6b9819209cdd1a3bfa949281e1e (diff) | |
Merge branch 'main' of github.com:AlexJuca/ghostty into feature/display-memory-size-in-bytes-and-kb
Diffstat (limited to 'src/inspector')
| -rw-r--r-- | src/inspector/termio.zig | 2 |
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, |
