From a09c4bbdc2bf645a5fd2a170b966f0e635d3f671 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 11 Sep 2018 13:28:21 +0000 Subject: [PATCH] - Fix spelling errors. git-svn-id: file:///svn/unbound/trunk@4893 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 ++- doc/unbound-control.8.in | 2 +- doc/unbound.conf.5.in | 2 +- iterator/iterator.c | 2 +- testdata/dlv_ask_higher.rpl | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index c63905f25..6b81d0aee 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ asprintf. - Fix to squelch respip warning in unit test, it is printed at higher verbosity settings. + - Fix spelling errors. 10 September 2018: Wouter - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply). @@ -1873,7 +1874,7 @@ compatibility with cisco dns guard. This lowers false positives. 18 April 2016: Wouter - - Fix some malformed reponses to edns queries get fallback to nonedns. + - Fix some malformed responses to edns queries get fallback to nonedns. 15 April 2016: Wouter - cachedb module event handling design. diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in index ce64dc739..c6609b02f 100644 --- a/doc/unbound-control.8.in +++ b/doc/unbound-control.8.in @@ -301,7 +301,7 @@ you set unbound to validate with for-upstream yes and that can be cleared with \fBflush_zone\fR \fIzone\fR. .TP .B auth_zone_transfer \fIzone\fR -Tranfer the auth zone from master. The auth zone probe sequence is started, +Transfer the auth zone from master. The auth zone probe sequence is started, where the masters are probed to see if they have an updated zone (with the SOA serial check). And then the zone is transferred for a newer zone version. .TP diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 70c2c9aeb..f641e5627 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -498,7 +498,7 @@ a daemon. Set the value to \fIno\fR when unbound runs as systemd service. Default is yes. .TP .B tcp\-connection\-limit: \fI -Allow up to \fIlimit\R simultaneous TCP connections from the given netblock. +Allow up to \fIlimit\fR simultaneous TCP connections from the given netblock. When at the limit, further connections are accepted but closed immediately. This option is experimental at this time. .TP diff --git a/iterator/iterator.c b/iterator/iterator.c index e99a559fa..7f17a9986 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -2993,7 +2993,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq, iq->dp->name, iq->dp->namelen, qstate->qinfo.qclass)) { verbose(VERB_ALGO, "auth zone response bad, and no" " fallback possible, servfail"); - errinf_dname(qstate, "reponse is bad, no fallback, " + errinf_dname(qstate, "response is bad, no fallback, " "for auth zone", iq->dp->name); return error_response(qstate, id, LDNS_RCODE_SERVFAIL); } diff --git a/testdata/dlv_ask_higher.rpl b/testdata/dlv_ask_higher.rpl index 51ac3d24a..fad8355c8 100644 --- a/testdata/dlv_ask_higher.rpl +++ b/testdata/dlv_ask_higher.rpl @@ -16,7 +16,7 @@ CONFIG_END SCENARIO_BEGIN Test validator with DLV where it needs to ask higher up in dlv. ; at first negative DLV response, it needs to ask higher. -; the SOA record in that negative reponse has a big span (if interpreted as NSEC) +; the SOA record in that negative response has a big span (if interpreted as NSEC) ; then a positive response for DLV. ; K.ROOT-SERVERS.NET. -- 2.47.3