We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea8885 commit 0327dc2Copy full SHA for 0327dc2
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