aboutsummaryrefslogtreecommitdiff
path: root/tests/survey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/survey.c')
-rw-r--r--tests/survey.c2
1 files changed, 1 insertions, 1 deletions
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);