aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-08-28 23:00:53 -0700
committerGarrett D'Amore <garrett@damore.org>2018-08-28 23:00:53 -0700
commitce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc (patch)
tree01fc3b118dd74a2202ac794dce69f380c39a35f4 /tests/tcp.c
parent05852bc279a6d88722cff8e8399b5d08853b9c32 (diff)
downloadnng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.tar.gz
nng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.tar.bz2
nng-ce9f0cb155ad0e97cfc7703d9d7c8e5bec3201bc.zip
fixes #678 local binding for TLS+TCP sockets
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index d13cc83d..2c49f509 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -108,7 +108,7 @@ TestMain("TCP Transport", {
nng_strfree(addr);
});
- Convey("We can use local interface to connet", {
+ Convey("We can use local interface to connect", {
nng_socket s1;
nng_socket s2;
char addr[NNG_MAXADDRLEN];