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"