From: Jeremy C. Reed Date: Fri, 11 Jul 2014 19:02:20 +0000 (-0700) Subject: Fix some typos/misspellings in docs X-Git-Tag: trac3482_base~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=909bf558494323eed2d3116dc177754c935b8ebf;p=thirdparty%2Fkea.git Fix some typos/misspellings in docs --- diff --git a/doc/guide/config.xml b/doc/guide/config.xml index d9bad8debd..e1d4d7e34c 100644 --- a/doc/guide/config.xml +++ b/doc/guide/config.xml @@ -8,7 +8,7 @@ Depending on configuration backend chosen (see ), configuration mechanisms are different. The - following sections describe details of the differeent configuration backends. Note + following sections describe details of the different configuration backends. Note that only one configuration backend can be used and its selection is made when the configure script is run. diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml index f6dc2adff4..08d45b7832 100644 --- a/doc/guide/ddns.xml +++ b/doc/guide/ddns.xml @@ -213,7 +213,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section. name in that domain's configuration entry. When D2 matches a change request to a domain, it checks whether the domain has a TSIG key associated with it. If so, D2 will use that key to - sign DNS update messages sent to and verify repsonses received + sign DNS update messages sent to and verify responses received from the domain's DNS server(s). For each TSIG key required by the DNS servers that D2 will be working with there must be a corresponding TSIG key in the TSIG Key list. diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 6060a1fb40..d7e3b6b142 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -737,7 +737,7 @@ temporarily override a list of interface names and listen on all interfaces. recordStructured data that may comprise any types (except "record" and "empty") stringAny text uint88 bit unsigned integer with allowed values 0 to 255 - uint1616 bit unsinged integer with allowed values 0 to 65535 + uint1616 bit unsigned integer with allowed values 0 to 65535 uint3232 bit unsigned integer with allowed values 0 to 4294967295 @@ -1412,7 +1412,7 @@ temporarily override a list of interface names and listen on all interfaces. If the REQUEST contains the client FQDN option, the candidate name is taken from there, otherwise it is taken from the Host Name option. - The candiate name may then be modified: + The candidate name may then be modified: If the candidate name is a fully qualified domain name, use it. diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 58bce84b9d..7f3acd3d97 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -984,7 +984,7 @@ should include options from the isc option space:
Limiting access to IPv6 subnet to certain classes - In certain cases it beneficial to restrict access to certains subnets + In certain cases it beneficial to restrict access to certain subnets only to clients that belong to a given subnet. For details on client classes, see . This is an extension of a previous example from . diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index 2843e6a1af..d2825f1165 100644 --- a/doc/guide/intro.xml +++ b/doc/guide/intro.xml @@ -114,9 +114,9 @@ - In order to store lease information in a PostgresSQL database, Kea requires PostgresSQL + In order to store lease information in a PostgreSQL database, Kea requires PostgreSQL headers and libraries. This is an optional dependency in that Kea can be - built without PostgresSQL support. + built without PostgreSQL support. diff --git a/doc/guide/keactrl.xml b/doc/guide/keactrl.xml index 02e01a4624..7a587c89f5 100644 --- a/doc/guide/keactrl.xml +++ b/doc/guide/keactrl.xml @@ -168,7 +168,7 @@ INFO/keactrl: Starting kea-dhcp-ddns -c /usr/local/etc/kea/kea.conf INFO/keactrl: Skip sending signal 15 to process kea-dhcp6: process is not running Note that the stop will attempt to stop all servers - regrdless of whether they are "enabled" in the keactrl.conf. + regardless of whether they are "enabled" in the keactrl.conf. If any of the servers is not running, an informational message is displayed as in the stop command output above.