diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 039616bb3..4115692f5 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -17,7 +17,7 @@ class TerminalController: NSWindowController, NSWindowDelegate, TerminalViewDele @Published var surfaceTree: Ghostty.SplitNode? = nil { didSet { // If our surface tree becomes nil then it means all our surfaces - // have closed, so we also cloud the window. + // have closed, so we also close the window. if (surfaceTree == nil) { lastSurfaceDidClose() } } }