summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-03-18 09:22:04 +0100
committerAndrei Pavel <andrei@isc.org>2021-03-26 12:02:13 +0100
commit1e6da0327206ba5712f0b5acea81e91dda537a0f (patch)
tree713fd901c6b66d03ecb2ea6fe60f859ce312e7e1 /doc/examples/kea6
parent[#1770] replace complicated bc command with awk (diff)
downloadkea-1e6da0327206ba5712f0b5acea81e91dda537a0f.tar.xz
kea-1e6da0327206ba5712f0b5acea81e91dda537a0f.zip
[#1760] spell checks
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/advanced.json2
-rw-r--r--doc/examples/kea6/all-keys-netconf.json4
-rw-r--r--doc/examples/kea6/all-keys.json4
-rw-r--r--doc/examples/kea6/tee-times.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/examples/kea6/advanced.json b/doc/examples/kea6/advanced.json
index 7b543e1c07..fe27e478da 100644
--- a/doc/examples/kea6/advanced.json
+++ b/doc/examples/kea6/advanced.json
@@ -41,7 +41,7 @@
// otherwise load the lease as is. This is the default value.
// fix - attempt to fix the lease by finding appropriate subnet-id value.
// if there is no suitable subnet, the lease is loaded as is.
- // fix-del - attempt to fix the lease by findind appropriate subnet-id
+ // fix-del - attempt to fix the lease by finding appropriate subnet-id
// value. If there is no suitable subnet, the lease is deleted.
// del - delete leases that have incorrect subnet-id values.
"lease-checks": "fix-del"
diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json
index 7219e4a5fb..4382bdbc93 100644
--- a/doc/examples/kea6/all-keys-netconf.json
+++ b/doc/examples/kea6/all-keys-netconf.json
@@ -500,7 +500,7 @@
// Shared network specific ma xpreferred lifetime.
"max-preferred-lifetime": 2500,
- // Boolen flag indicating if the server can respond to
+ // Boolean flag indicating if the server can respond to
// a Solicit message including a Rapid Commit option with
// the Reply message (See DHCPv6 rapid commit).
"rapid-commit": false,
@@ -655,7 +655,7 @@
// Subnet specific max referred lifetime.
"max-preferred-lifetime": 2500,
- // Boolen flag indicating if the server can respond to
+ // Boolean flag indicating if the server can respond to
// a Solicit message including a Rapid Commit option with
// the Reply message (See DHCPv6 rapid commit).
"rapid-commit": false,
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index 9a0e231491..5108320eed 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -617,7 +617,7 @@
// Shared network specific ma xpreferred lifetime.
"max-preferred-lifetime": 2500,
- // Boolen flag indicating if the server can respond to
+ // Boolean flag indicating if the server can respond to
// a Solicit message including a Rapid Commit option with
// the Reply message (See DHCPv6 rapid commit).
"rapid-commit": false,
@@ -832,7 +832,7 @@
// Subnet specific max referred lifetime.
"max-preferred-lifetime": 2500,
- // Boolen flag indicating if the server can respond to
+ // Boolean flag indicating if the server can respond to
// a Solicit message including a Rapid Commit option with
// the Reply message (See DHCPv6 rapid commit).
"rapid-commit": false,
diff --git a/doc/examples/kea6/tee-times.json b/doc/examples/kea6/tee-times.json
index ffe044080e..be9192e892 100644
--- a/doc/examples/kea6/tee-times.json
+++ b/doc/examples/kea6/tee-times.json
@@ -35,7 +35,7 @@
"pools": [ { "pool": "2001:db8:1::/80" } ]
},
{
- // This subnet will use explicit values. Explict
+ // This subnet will use explicit values. Explicit
// values override calculation.
"subnet": "2001:db8:2::/64",
"pools": [ { "pool": "2001:db8:2::/80" } ],