summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-04-23 19:09:02 +0200
committerMichal Nowikowski <godfryd@isc.org>2021-04-26 08:04:55 +0200
commitbe137515384c26bb9e60e36d1bf415c09c8e9596 (patch)
tree225aa827189a88a2da54d0f19a0e842dd6396eca /doc/examples/kea6
parent[#1587] Added ChangeLog entry. (diff)
downloadkea-be137515384c26bb9e60e36d1bf415c09c8e9596.tar.xz
kea-be137515384c26bb9e60e36d1bf415c09c8e9596.zip
[#1821] spelling corrections
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/advanced.json2
-rw-r--r--doc/examples/kea6/duid.json2
-rw-r--r--doc/examples/kea6/leases-expiration.json2
-rw-r--r--doc/examples/kea6/multiple-options.json2
-rw-r--r--doc/examples/kea6/mysql-reservations.json2
-rw-r--r--doc/examples/kea6/pgsql-reservations.json2
-rw-r--r--doc/examples/kea6/reservations.json2
-rw-r--r--doc/examples/kea6/several-subnets.json2
-rw-r--r--doc/examples/kea6/simple.json2
-rw-r--r--doc/examples/kea6/tee-times.json2
-rw-r--r--doc/examples/kea6/with-ddns.json2
11 files changed, 11 insertions, 11 deletions
diff --git a/doc/examples/kea6/advanced.json b/doc/examples/kea6/advanced.json
index fe27e478da..c8b48c1b31 100644
--- a/doc/examples/kea6/advanced.json
+++ b/doc/examples/kea6/advanced.json
@@ -23,7 +23,7 @@
"re-detect": true
},
- // We need to specify the the database used to store leases. As of
+ // We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We will use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/duid.json b/doc/examples/kea6/duid.json
index 1eecfb5394..5fb0641a51 100644
--- a/doc/examples/kea6/duid.json
+++ b/doc/examples/kea6/duid.json
@@ -30,7 +30,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/leases-expiration.json b/doc/examples/kea6/leases-expiration.json
index 19987c3db9..5ac98ed5d0 100644
--- a/doc/examples/kea6/leases-expiration.json
+++ b/doc/examples/kea6/leases-expiration.json
@@ -10,7 +10,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json
index e08558eb89..a8d42eaef6 100644
--- a/doc/examples/kea6/multiple-options.json
+++ b/doc/examples/kea6/multiple-options.json
@@ -9,7 +9,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/mysql-reservations.json b/doc/examples/kea6/mysql-reservations.json
index 96ad40a3cf..ace2778737 100644
--- a/doc/examples/kea6/mysql-reservations.json
+++ b/doc/examples/kea6/mysql-reservations.json
@@ -10,7 +10,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/pgsql-reservations.json b/doc/examples/kea6/pgsql-reservations.json
index 83a430e04e..0c611469a0 100644
--- a/doc/examples/kea6/pgsql-reservations.json
+++ b/doc/examples/kea6/pgsql-reservations.json
@@ -10,7 +10,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/reservations.json b/doc/examples/kea6/reservations.json
index 8146bfd511..e860e3ccb4 100644
--- a/doc/examples/kea6/reservations.json
+++ b/doc/examples/kea6/reservations.json
@@ -12,7 +12,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/several-subnets.json b/doc/examples/kea6/several-subnets.json
index bbebe365e4..226875997f 100644
--- a/doc/examples/kea6/several-subnets.json
+++ b/doc/examples/kea6/several-subnets.json
@@ -10,7 +10,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json
index fcf0832e98..e359df5eb3 100644
--- a/doc/examples/kea6/simple.json
+++ b/doc/examples/kea6/simple.json
@@ -11,7 +11,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/tee-times.json b/doc/examples/kea6/tee-times.json
index be9192e892..6b14649cab 100644
--- a/doc/examples/kea6/tee-times.json
+++ b/doc/examples/kea6/tee-times.json
@@ -10,7 +10,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.
diff --git a/doc/examples/kea6/with-ddns.json b/doc/examples/kea6/with-ddns.json
index 9863b9927e..afc823a373 100644
--- a/doc/examples/kea6/with-ddns.json
+++ b/doc/examples/kea6/with-ddns.json
@@ -11,7 +11,7 @@
"interfaces": [ "ethX" ]
},
-// We need to specify the the database used to store leases. As of
+// We need to specify the database used to store leases. As of
// September 2016, four database backends are supported: MySQL,
// PostgreSQL, Cassandra, and the in-memory database, Memfile.
// We'll use memfile because it doesn't require any prior set up.