From fbbd533b3e0e90570ab900fbf37cda2dfaa0b537 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Fri, 3 Jan 2025 18:46:37 +0000
Subject: [PATCH] typo in OpenGL.zig
---
src/renderer/OpenGL.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/renderer/OpenGL.zig b/src/renderer/OpenGL.zig
index 6521226a3..5953d50a4 100644
--- a/src/renderer/OpenGL.zig
+++ b/src/renderer/OpenGL.zig
@@ -764,7 +764,7 @@ pub fn updateFrame(
// We used to share terminal state, but we've since learned through
// analysis that it is faster to copy the terminal state than to
- // hold the lock wile rebuilding GPU cells.
+ // hold the lock while rebuilding GPU cells.
var screen_copy = try state.terminal.screen.clone(
self.alloc,
.{ .viewport = .{} },