From bcae9a15c1e9c50a6e6433168d5225b1de89d6b9 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 27 Aug 2015 14:11:27 -0700 Subject: [PATCH] [master] s/the the/the/ --- bin/rndc/rndc.c | 2 +- lib/isc/tests/socket_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 0636a145b6..707d9c70bf 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -340,7 +340,7 @@ rndc_recvnonce(isc_task_t *task, isc_event_t *event) { " the command protocol,\n" "* this host is not authorized to connect,\n" "* the clocks are not synchronized,\n" - "* the the key signing algorithm is incorrect, or\n" + "* the key signing algorithm is incorrect, or\n" "* the key is invalid."); if (ccmsg.result != ISC_R_SUCCESS) diff --git a/lib/isc/tests/socket_test.c b/lib/isc/tests/socket_test.c index 33b96426aa..4b92a7d684 100644 --- a/lib/isc/tests/socket_test.c +++ b/lib/isc/tests/socket_test.c @@ -698,7 +698,7 @@ ATF_TC_BODY(tcp_dscp_v6, tc) { if ((isc_net_probedscp() & ISC_NET_DSCPRECVV6) != 0) { /* * IPV6_RECVTCLASS is undefined for TCP however - * if we do get it should be the the value we set. + * if we do get it it should be the value we set. */ if (recv_dscp) ATF_CHECK_EQ(recv_dscp_value, 056);