We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4318a6 commit 4e6d866Copy full SHA for 4e6d866
Coder-Desktop/VPNLib/CoderRouter.swift
@@ -67,7 +67,7 @@ public enum OpenError: Error {
67
case let .invalidAgent(workspace: workspace, agent: agent):
68
"Could not find agent '\(agent)' in workspace '\(workspace)'. Is the workspace running?"
69
case let .couldNotCreateRDPURL(rdpString):
70
- "Could not create construct RDP url from '\(rdpString)'."
+ "Could not construct RDP URL from '\(rdpString)'."
71
}
72
73
0 commit comments