diff --git a/src/stub.c b/src/stub.c index 2fa121f1..ee77c85c 100644 --- a/src/stub.c +++ b/src/stub.c @@ -362,7 +362,7 @@ process_keepalive( /* Use server sent value unless the client specified a shorter one. Convert to ms first (wire value has units of 100ms) */ uint64_t server_keepalive = ((uint64_t)gldns_read_uint16(position))*100; - DEBUG_STUB("%s %-35s: FD: %d Server Keepalive recieved: %d ms\n", + DEBUG_STUB("%s %-35s: FD: %d Server Keepalive received: %d ms\n", STUB_DEBUG_READ, __FUNC__, upstream->fd, (int)server_keepalive); if (netreq->owner->context->idle_timeout < server_keepalive) diff --git a/src/test/check_getdns_transport.c b/src/test/check_getdns_transport.c index bf457257..300abc4d 100644 --- a/src/test/check_getdns_transport.c +++ b/src/test/check_getdns_transport.c @@ -529,7 +529,7 @@ getdns_transport_suite(void) { /* Note that the exact number of messages received depends on if a trust * anchor is configured so these tests just check that no messages are - * received on the wrong transport and at least one is recieved on the + * received on the wrong transport and at least one is received on the * expected transport */ /* Positive test cases */