diff --git a/doc/guide/admin.xml b/doc/guide/admin.xml
index b48251c71e..0b78840f30 100644
--- a/doc/guide/admin.xml
+++ b/doc/guide/admin.xml
@@ -36,7 +36,7 @@
a major.minor format. The minor
number is increased when there are backward compatibile changes
introduced. For example, the addition of a new index. It is
- desirable, but not mandatory to to apply such a change; you
+ desirable, but not mandatory to apply such a change; you
can run on older database version if you want to. (Although, in
the example given, running without the new index may be at the
expense of a performance penalty.) On the other hand, the major
diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml
index aa1b9d3ae8..db79be9b6c 100644
--- a/doc/guide/ddns.xml
+++ b/doc/guide/ddns.xml
@@ -136,7 +136,7 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p'
localstatedir: The value as passed into the
- build configure script. It defaults defaults to "/usr/local/var". Note
+ build configure script. It defaults to "/usr/local/var". Note
that this value may be overridden at run time by setting the environment
variable KEA_PIDFILE_DIR. This is intended primarily for testing purposes.
diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml
index a4be35539d..279cb7746d 100644
--- a/doc/guide/dhcp4-srv.xml
+++ b/doc/guide/dhcp4-srv.xml
@@ -113,7 +113,7 @@ strings path/kea-dhcp4 | sed -n 's/;;;; //p'
localstatedir: The value as passed into the
- build configure script. It defaults defaults to "/usr/local/var". Note
+ build configure script. It defaults to "/usr/local/var". Note
that this value may be overridden at run time by setting the environment
variable KEA_PIDFILE_DIR. This is intended primarily for testing purposes.
diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml
index 73710f324e..43a80b7cdf 100644
--- a/doc/guide/dhcp6-srv.xml
+++ b/doc/guide/dhcp6-srv.xml
@@ -111,7 +111,7 @@ strings path/kea-dhcp6 | sed -n 's/;;;; //p'
localstatedir: The value as passed into the
- build configure script. It defaults defaults to "/usr/local/var". Note
+ build configure script. It defaults to "/usr/local/var". Note
that this value may be overridden at run time by setting the environment
variable KEA_PIDFILE_DIR. This is intended primarily for testing purposes.
@@ -2169,7 +2169,7 @@ should include options from the isc option space:
that has specific requirements, e.g. a printer that needs additional DHCP options
or a cable modem needs specific parameters. Yet another possible use case for
host reservation is to define unique names for hosts. Although not all of
- the presented use cases are are implemented yet, Kea software will support them
+ the presented use cases are implemented yet, Kea software will support them
in the near future.
Hosts reservations are defined as parameters for each subnet. Each host
@@ -2327,7 +2327,7 @@ should include options from the isc option space:
When the reservation for the client includes the hostname
, the server will assign this hostname to the client and send
it back in the Client FQDN, if the client sent the FQDN option to the
- the server. The reserved hostname always takes precedence over the hostname
+ server. The reserved hostname always takes precedence over the hostname
supplied by the client (via the FQDN option) or the autogenerated
(from the IPv6 address) hostname.
diff --git a/doc/guide/lfc.xml b/doc/guide/lfc.xml
index e677f5bffe..1e46512bae 100644
--- a/doc/guide/lfc.xml
+++ b/doc/guide/lfc.xml
@@ -72,7 +72,7 @@ kea-lfc [-4 | -6] -c config-file -p pid-file -x previous-file -i copy-file -o ou
output —
The temporary file kea-lfc should use to write the leases.
- Upon completion of writing this this file it will be moved to the finish file
+ Upon completion of writing this file, it will be moved to the finish file
(see below).