Skip to content

Commit 0327dc2

Browse files
committed
typo
1 parent eea8885 commit 0327dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/VPN/MenuState.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct Agent: Identifiable, Equatable, Comparable, Hashable {
1010
let wsName: String
1111
let wsID: UUID
1212

13-
// Agents are sorted by stauts, and then by name
13+
// Agents are sorted by status, and then by name
1414
static func < (lhs: Agent, rhs: Agent) -> Bool {
1515
if lhs.status != rhs.status {
1616
return lhs.status < rhs.status

0 commit comments

Comments
 (0)