diff options
author | Pierre Ossman <ossman@cendio.se> | 2020-07-16 15:28:45 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-07-16 15:28:45 +0200 |
commit | 0102acc61e40cb5dd6f0dfa4466bf628e7924da6 (patch) | |
tree | eac606b2e20e5f026e03742e620098fee2304212 | |
parent | 006a482a5984ac291f34dd8242a1b276afcbd2f6 (diff) | |
parent | 80bcb4330b28adf9a396ac8499e60a8537591828 (diff) | |
download | tigervnc-0102acc61e40cb5dd6f0dfa4466bf628e7924da6.tar.gz tigervnc-0102acc61e40cb5dd6f0dfa4466bf628e7924da6.zip |
Merge branch 'master' of https://github.com/ayoder770/tigervnc
-rw-r--r-- | common/network/UnixSocket.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/network/UnixSocket.cxx b/common/network/UnixSocket.cxx index bfabc141..f8b86182 100644 --- a/common/network/UnixSocket.cxx +++ b/common/network/UnixSocket.cxx @@ -69,7 +69,7 @@ UnixSocket::UnixSocket(const char *path) } if (result == -1) - throw SocketException("unable connect to socket", err); + throw SocketException("unable to connect to socket", err); setFd(sock); } |