mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-20 09:47:44 +02:00
Fix typo in SocketException message
This commit is contained in:
parent
57427d5d33
commit
209712b18f
@ -220,7 +220,7 @@ TcpSocket::TcpSocket(const char *host, int port)
|
|||||||
if (err == 0)
|
if (err == 0)
|
||||||
throw Exception("No useful address for host");
|
throw Exception("No useful address for host");
|
||||||
else
|
else
|
||||||
throw SocketException("unable connect to socket", err);
|
throw SocketException("unable to connect to socket", err);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Take proper ownership of the socket
|
// Take proper ownership of the socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user