From 1b039b35ac6d135233109eab78efa1993a999277 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Tue, 12 Dec 2023 17:22:37 -0800 Subject: [PATCH] typos --- macos/Sources/Ghostty/SurfaceView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Ghostty/SurfaceView.swift b/macos/Sources/Ghostty/SurfaceView.swift index b8ad52f34..f013d908a 100644 --- a/macos/Sources/Ghostty/SurfaceView.swift +++ b/macos/Sources/Ghostty/SurfaceView.swift @@ -63,7 +63,7 @@ extension Ghostty { return 1 - opacity } - // The color for the rectable overlay when unfocused. + // The color for the rectangle overlay when unfocused. private var unfocusedFill: Color { var rgb: UInt32 = 16777215 // white default let key = "unfocused-split-fill"