2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

[master] s/the the/the/

This commit is contained in:
Evan Hunt
2015-08-27 14:11:27 -07:00
parent 4c9ead8b9f
commit bcae9a15c1
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ rndc_recvnonce(isc_task_t *task, isc_event_t *event) {
" the command protocol,\n" " the command protocol,\n"
"* this host is not authorized to connect,\n" "* this host is not authorized to connect,\n"
"* the clocks are not synchronized,\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."); "* the key is invalid.");
if (ccmsg.result != ISC_R_SUCCESS) 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) { if ((isc_net_probedscp() & ISC_NET_DSCPRECVV6) != 0) {
/* /*
* IPV6_RECVTCLASS is undefined for TCP however * 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) if (recv_dscp)
ATF_CHECK_EQ(recv_dscp_value, 056); ATF_CHECK_EQ(recv_dscp_value, 056);