We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6147967 commit cd5877aCopy full SHA for cd5877a
Coder-Desktop/Coder-Desktop/VPN/MenuState.swift
@@ -10,7 +10,7 @@ struct Agent: Identifiable, Equatable, Comparable, Hashable {
10
let wsName: String
11
let wsID: UUID
12
13
- // Agents are sorted by stauts, and then by name
+ // Agents are sorted by status, and then by name
14
static func < (lhs: Agent, rhs: Agent) -> Bool {
15
if lhs.status != rhs.status {
16
return lhs.status < rhs.status
0 commit comments