OSC: fix typo

pull/7429/head
Jeffrey C. Ollie 2025-05-24 08:59:37 -05:00
parent e0ddc7a2fa
commit 35384670c4
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 1 deletions

View File

@ -1369,7 +1369,7 @@ pub const StreamHandler = struct {
}
}
if (report) {
// If any of the operations were reports, finialize the report
// If any of the operations were reports, finalize the report
// string and send it to the terminal.
try writer.writeAll(terminator.string());
const msg = try termio.Message.writeReq(self.alloc, response.items);