fix spelling errors reported by Fossies.

This commit is contained in:
Evan Hunt
2020-02-20 14:49:36 -08:00
committed by Mark Andrews
parent c13adf225e
commit ba0313e649
171 changed files with 363 additions and 363 deletions

View File

@@ -415,7 +415,7 @@
checking whether the SERIAL field has been updated; if so,
a new transfer request is initiated. The timing of these
refresh queries is controlled by the SOA REFRESH and RETRY
fields, but can be overrridden with the
fields, but can be overridden with the
<command>max-refresh-time</command>,
<command>min-refresh-time</command>,
<command>max-retry-time</command>, and
@@ -10957,7 +10957,7 @@ example.com CNAME rpz-tcp-only.
<para>
If the anchor type is <command>static-ds</command> or
<command>initial-ds</command>, then it is followed with the
key tag, algorithm, digest type, and the hexidecimal
key tag, algorithm, digest type, and the hexadecimal
representation of the key digest. This is identical to the
text representation of a DS record. Spaces, tabs, newlines
and carriage returns are ignored.
@@ -11254,7 +11254,7 @@ example.com CNAME rpz-tcp-only.
<listitem>
<para>
A margin that is added to the pre-publication
interval in rollover timing calcuations to give some
interval in rollover timing calculations to give some
extra time to cover unforeseen events. This increases
the time that keys are published before becoming active.
The default is <constant>PT1H</constant> (1 hour).
@@ -11998,7 +11998,7 @@ view "external" {
<para>
If a redirect zone is configured with a
<option>masters</option> option, then it is
transfered in as if it were a slave zone.
transferred in as if it were a slave zone.
Otherwise, it is loaded from a file as if it
were a master zone.
</para>

View File

@@ -448,7 +448,7 @@
checking whether the SERIAL field has been updated; if so,
a new transfer request is initiated. The timing of these
refresh queries is controlled by the SOA REFRESH and RETRY
fields, but can be overrridden with the
fields, but can be overridden with the
<span class="command"><strong>max-refresh-time</strong></span>,
<span class="command"><strong>min-refresh-time</strong></span>,
<span class="command"><strong>max-retry-time</strong></span>, and

View File

@@ -8942,7 +8942,7 @@ example.com CNAME rpz-tcp-only.
<p>
If the anchor type is <span class="command"><strong>static-ds</strong></span> or
<span class="command"><strong>initial-ds</strong></span>, then it is followed with the
key tag, algorithm, digest type, and the hexidecimal
key tag, algorithm, digest type, and the hexadecimal
representation of the key digest. This is identical to the
text representation of a DS record. Spaces, tabs, newlines
and carriage returns are ignored.
@@ -10141,7 +10141,7 @@ view "external" {
<p>
If a redirect zone is configured with a
<code class="option">masters</code> option, then it is
transfered in as if it were a slave zone.
transferred in as if it were a slave zone.
Otherwise, it is loaded from a file as if it
were a master zone.
</p>

View File

@@ -96,7 +96,7 @@
The <span class="command"><strong>dnssec-cds</strong></span> command uses special DNSSEC
validation logic specified by RFC 7344. It requires that the CDS
and/or CDNSKEY records are validly signed by a key represented in the
existing DS records. This will typicially be the pre-existing
existing DS records. This will typically be the pre-existing
key-signing key (KSK).
</p>
<p>

View File

@@ -371,7 +371,7 @@
<dt><span class="term"><span class="command"><strong>"increment"</strong></span></span></dt>
<dd>
<p>Increment the SOA serial number using RFC 1982
arithmetics.</p>
arithmetic.</p>
</dd>
<dt><span class="term"><span class="command"><strong>"unixtime"</strong></span></span></dt>
<dd>

View File

@@ -14,7 +14,7 @@ Overview.
send it. This fits with the priciple of being liberal with
what you accept and strict with what you send.
There are a few cases where it does not make sence to accept
There are a few cases where it does not make sense to accept
compression pointers of a given type. i.e. the first domain name
in a message, local compression pointers in the ownername of a RR
or in a question.

View File

@@ -34,7 +34,7 @@ UDP restart:
/*
* If too many recv()'s are already running, just return.
*
* If noone is attached to us, just return.
* If no one is attached to us, just return.
*
* Allocate a new buffer to receive into.
* If no more buffers:

View File

@@ -14,7 +14,7 @@ When a task is shutdown:
Any attempts to add shutdown events with isc_task_onshutdown()
will fail, since the task is already shutting down
Task shutdown can be initiated explicity, via a call to isc_task_shutdown(),
Task shutdown can be initiated explicitly, via a call to isc_task_shutdown(),
or implicitly, when the following conditions occur:
The "shutting down" attribute of the task is not set
@@ -60,7 +60,7 @@ to the task queue.
Event action (callback) rules:
* no locks held on your behald when entering a callback.
* not allowed to block, except when aquiring a lock.
* not allowed to block, except when acquiring a lock.
* not allowed to hold a lock when exiting the callback.

View File

@@ -100,7 +100,7 @@ Overview
configurations to be identified earlier providing for a more stable
DNS.
Compatability:
Compatibility:
Zones are required to be configuration file compatable with
BIND 8.x.

View File

@@ -374,7 +374,7 @@ on failure (setting `errno` to indicate what the nature of the problem
was), BIND style always keeps indication of the function's success or
failure separate from its returned data. Similarly, the C library
function `fread()` returns the number of characters read and then
depends on `feof()` and `ferror()` to determine whether an error occured
depends on `feof()` and `ferror()` to determine whether an error occurred
or the end of file was reached, but BIND's version uses result codes:
char buffer[BUFSIZ];

View File

@@ -144,7 +144,7 @@ type name.
|Parameter|Description |
|---------|-----------------------|
|`class`|This argument should be ignored when used with a class-generic RR type, otherwise `REQUIRE(class == <value>)` should be present at the start of the function.|
|`type`|This should be tested with a `REQUIRE(type == <value>)` statement at the begining of the function.|
|`type`|This should be tested with a `REQUIRE(type == <value>)` statement at the beginning of the function.|
|`lexer`|This is used to read the input text stream.|
|`origin`|This is a absolute name used to qualify unqualified / partially qualified domain names in the text stream. It is passed to the name parsing routines.|
|`downcase`|This is passed to the name parsing routines to determine whether to downcase the names it generates or leave them in the case they are presented in.|
@@ -210,7 +210,7 @@ decompression methods if there is a domain name in the rdata.
|Parameter|Description |
|---------|-----------------------|
|`class`|This argument should be ignored when used with a class-generic RR type otherwise `REQUIRE(class == <value>)` should be present at the start of the function.|
|`type`|This should be tested with a `REQUIRE(type == <value>)` statement at the begining of the function.|
|`type`|This should be tested with a `REQUIRE(type == <value>)` statement at the beginning of the function.|
|`source`|This is a `BINARY` buffer with the `active` region containing a resource record in wire format.|
|`dctx`|This is the decompression context and is passed to `dns_name_fromwire()`, along with `downcase`, to enable a compressed domain name to be extracted from the source.|
|`downcase`|This is passed to `dns_name_fromwire()` to say whether the extracted domain name should be downcased during the extraction.|

View File

@@ -77,7 +77,7 @@
/// critical.
///
/// \li If we ever get really ambitious, we might try processing
/// Doxygen's XML output, which is basicly a dump of what Doxygen
/// Doxygen's XML output, which is basically a dump of what Doxygen
/// was able to scrape from the sources. This would be a major
/// project, just something to think about if there's something we
/// really don't like about the output Doxygen generates. Punt

View File

@@ -46,7 +46,7 @@ ipv6 addresses separately.
In any case, bind9 named binds to specific addresses for ipv4 sockets.
The followings are historical notes when we always bound to the ipv6
The following are historical notes when we always bound to the ipv6
wildcard port regardless of the availability of the API support.
These problems should not happen with the closer checks above.

View File

@@ -154,8 +154,8 @@ everywhere with or without --with-idn.
used.
[12] Section 5.5 does not match reality. Named uses the presence
of DO=1 to detect if validation may be occuring. CD has no bearing
on whether validation is occuring or not.
of DO=1 to detect if validation may be occurring. CD has no bearing
on whether validation is occurring or not.
[13] Conditional on the OpenSSL library being linked against
supporting ECDSA.

View File

@@ -16,7 +16,7 @@
xmlns:db="http://docbook.org/ns/docbook">
<!-- <optional> and <command> rendered in <programlisting>s.
For each overriden element, the parameters must be defined.
For each overridden element, the parameters must be defined.
They are mandatory, and $probe must be set to 0 by default.
Only dblatex 0.2.12, with the verbatim.boldseq template works