Skip to content

Commit 4e6d866

Browse files
committed
words
1 parent e4318a6 commit 4e6d866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/VPNLib/CoderRouter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public enum OpenError: Error {
6767
case let .invalidAgent(workspace: workspace, agent: agent):
6868
"Could not find agent '\(agent)' in workspace '\(workspace)'. Is the workspace running?"
6969
case let .couldNotCreateRDPURL(rdpString):
70-
"Could not create construct RDP url from '\(rdpString)'."
70+
"Could not construct RDP URL from '\(rdpString)'."
7171
}
7272
}
7373

0 commit comments

Comments
 (0)