aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp/protocol')
-rw-r--r--src/sp/protocol/reqrep0/req_test.c2
-rw-r--r--src/sp/protocol/survey0/survey_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/protocol/reqrep0/req_test.c b/src/sp/protocol/reqrep0/req_test.c
index 17378c89..1da63ffc 100644
--- a/src/sp/protocol/reqrep0/req_test.c
+++ b/src/sp/protocol/reqrep0/req_test.c
@@ -429,7 +429,7 @@ test_req_cancel_abort_recv(void)
// Send req #1 (abc).
NUTS_SEND(req, "abc");
- // Wait for it to get ot the other side.
+ // Wait for it to get to the other side.
NUTS_SLEEP(100);
nng_aio_set_timeout(aio, 5 * SECOND);
diff --git a/src/sp/protocol/survey0/survey_test.c b/src/sp/protocol/survey0/survey_test.c
index bf6fbb08..ac6767ba 100644
--- a/src/sp/protocol/survey0/survey_test.c
+++ b/src/sp/protocol/survey0/survey_test.c
@@ -228,7 +228,7 @@ test_surv_cancel_abort_recv(void)
// Send survey #1 (abc).
NUTS_SEND(surv, "abc");
- // Wait for it to get ot the other side.
+ // Wait for it to get to the other side.
NUTS_SLEEP(100);
nng_aio_set_timeout(aio, 5 * SECOND);