From 3585000ca027740dbdb4599f4991cd2bf562e2f2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 20 Oct 2017 17:03:12 -0700 Subject: fixes #112 Need to move some stuff from socket to message queues --- tests/survey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/survey.c b/tests/survey.c index 6658d488..d73ae987 100644 --- a/tests/survey.c +++ b/tests/survey.c @@ -62,7 +62,7 @@ TestMain("SURVEY pattern", { So(nng_peer(resp) == NNG_PROTO_SURVEYOR); }); - Convey("Send fails with no suvey", { + Convey("Send fails with no survey", { nng_msg *msg; So(nng_msg_alloc(&msg, 0) == 0); So(nng_sendmsg(resp, msg, 0) == NNG_ESTATE); -- cgit v1.2.3-70-g09d2