]> source.dussan.org Git - tigervnc.git/commitdiff
Fix typo in SocketException message
authorAlex Tanskanen <aleta@cendio.com>
Thu, 5 Mar 2020 08:35:35 +0000 (09:35 +0100)
committerAlex Tanskanen <aleta@cendio.com>
Thu, 12 Mar 2020 14:46:31 +0000 (15:46 +0100)
common/network/TcpSocket.cxx

index 9e277cbb8e32e8909a9b90e7bd31d0d7129bd0c2..f5d92e25de92639dd9f2b817559438bee86b5b73 100644 (file)
@@ -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