[v9_10] s/the the/the/

This commit is contained in:
Evan Hunt
2015-08-27 14:12:02 -07:00
parent bb4b0be101
commit 4d7926b1f3
2 changed files with 2 additions and 2 deletions

View File

@@ -308,7 +308,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)

View File

@@ -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);