From: Alex Tanskanen Date: Thu, 5 Mar 2020 08:35:35 +0000 (+0100) Subject: Fix typo in SocketException message X-Git-Tag: v1.10.90~45^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01ca961b0cf009a6f1e4603ad84b09d475b9f515;p=tigervnc.git Fix typo in SocketException message --- diff --git a/common/network/TcpSocket.cxx b/common/network/TcpSocket.cxx index 9e277cbb..f5d92e25 100644 --- a/common/network/TcpSocket.cxx +++ b/common/network/TcpSocket.cxx @@ -202,7 +202,7 @@ TcpSocket::TcpSocket(const char *host, int port) if (err == 0) throw Exception("No useful address for host"); else - throw SocketException("unable connect to socket", err); + throw SocketException("unable to connect to socket", err); } // Take proper ownership of the socket