From 3254bb41d5437196e69fba70a00f4538ff2e5b59 Mon Sep 17 00:00:00 2001 From: rhodes-b <59537185+rhodes-b@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:49:35 -0500 Subject: [PATCH] fix typo --- src/apprt/gtk/class/surface.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/gtk/class/surface.zig b/src/apprt/gtk/class/surface.zig index 527a6136b..087f2d286 100644 --- a/src/apprt/gtk/class/surface.zig +++ b/src/apprt/gtk/class/surface.zig @@ -523,7 +523,7 @@ pub const Surface = extern struct { inspector: ?*InspectorWindow = null, /// Number of siblings related to this surface. This is used for - /// the unfocused-split-* options which are only applied when ther is + /// the unfocused-split-* options which are only applied when their is /// more than once surface (split) in a tab n_siblings: u64 = 0,