summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-06-08 16:49:23 +0200
committerTomek Mrugalski <tomek@isc.org>2021-06-17 15:09:05 +0200
commitfac6fa357cbbb3fc82637c9b3158d3a758f2c5b0 (patch)
tree026e0720de2be43ebae3f99d1d89d02daa537cf4 /doc
parent[#1917] Changes up to and including Chapter 9 (diff)
downloadkea-fac6fa357cbbb3fc82637c9b3158d3a758f2c5b0.tar.xz
kea-fac6fa357cbbb3fc82637c9b3158d3a758f2c5b0.zip
[#1917] spelling corrections
Diffstat (limited to '')
-rw-r--r--doc/examples/kea4/ha-load-balancing-primary.json2
-rw-r--r--doc/examples/kea4/vivso.json2
-rw-r--r--doc/sphinx/arm/hooks-ha.rst2
-rw-r--r--doc/sphinx/arm/hooks-run-script.rst4
-rw-r--r--doc/sphinx/man/perfdhcp.8.rst2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/examples/kea4/ha-load-balancing-primary.json b/doc/examples/kea4/ha-load-balancing-primary.json
index 88435a22f2..7784513240 100644
--- a/doc/examples/kea4/ha-load-balancing-primary.json
+++ b/doc/examples/kea4/ha-load-balancing-primary.json
@@ -33,7 +33,7 @@
// There are dedicated examples for each backend. See Section 7.2.2 "Lease
// Storage" for details.
"lease-database": {
- // Memfile is the simplest and easiest backend to use. It's a in-memory
+ // Memfile is the simplest and easiest backend to use. It's an in-memory
"type": "memfile"
},
diff --git a/doc/examples/kea4/vivso.json b/doc/examples/kea4/vivso.json
index 7f091b6f82..12adc95b25 100644
--- a/doc/examples/kea4/vivso.json
+++ b/doc/examples/kea4/vivso.json
@@ -14,7 +14,7 @@
"code": 2,
"name": "vlanid",
// In case of suboption of option 125 space has to start with prefix "vendor-"
-// in this case it's "vendor-" + vendor id from option 60 send by client
+// in this case it's "vendor-" + vendor id from option 60 sent by client
// 339 is Siemens Industry Inc.
"space": "vendor-339",
"type": "uint32"
diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst
index 3732f70f9d..04c839e54b 100644
--- a/doc/sphinx/arm/hooks-ha.rst
+++ b/doc/sphinx/arm/hooks-ha.rst
@@ -1507,7 +1507,7 @@ HA+MT operation:
single-threaded HTTP client processing.
- ``http-dedicated-listener`` - enables or disables the creation of a
- dedicated, internal HTTP listener through which the server receive HA
+ dedicated, internal HTTP listener through which the server receives HA
messages from its peers. The internal listener replaces the role of
kea-ctrl-agent traffic, allowing peers to send their HA commands directly
to each other. The listener will listen on the peer's ``url``. When
diff --git a/doc/sphinx/arm/hooks-run-script.rst b/doc/sphinx/arm/hooks-run-script.rst
index 70ad3d82c5..2d748cc927 100644
--- a/doc/sphinx/arm/hooks-run-script.rst
+++ b/doc/sphinx/arm/hooks-run-script.rst
@@ -293,7 +293,7 @@ leases4_committed
DELETED_LEASES4_SIZE
If LEASES4_SIZE or DELETED_LEASES4_SIZE are non zero, then each lease
-will have it's own unique identifier as shown below. First index starts
+will have its own unique identifier as shown below. First index starts
at 0.
::
@@ -516,7 +516,7 @@ leases6_committed
DELETED_LEASES6_SIZE
If LEASES6_SIZE or DELETED_LEASES6_SIZE are non zero, then each lease
-will have it's own unique identifier as shown below. First index starts
+will have its own unique identifier as shown below. First index starts
at 0.
::
diff --git a/doc/sphinx/man/perfdhcp.8.rst b/doc/sphinx/man/perfdhcp.8.rst
index 3b55b6a4af..dc3d69dab0 100644
--- a/doc/sphinx/man/perfdhcp.8.rst
+++ b/doc/sphinx/man/perfdhcp.8.rst
@@ -118,7 +118,7 @@ randomized, and so on.
Perfdhcp can now simulate traffic from multiple subnets by enabling option
-J and passing path to file that contains v4 or v6 addresses that will be
-used as relayin generated messages. That enable testing of vast numbers
+used as relay in generated messages. That enable testing of vast numbers
of Kea shared networks. While testing Kea v4 it should be started with
KEA_TEST_SEND_RESPONSES_TO_SOURCE environment variable to force Kea
to send generated messages to source address of incoming packet.