summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst2
-rw-r--r--doc/sphinx/arm/dhcp6-srv.rst2
-rw-r--r--doc/sphinx/arm/hooks-ha.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 6a70511adf..7af7ab2aee 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -6650,7 +6650,7 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
least one of the classes specified for that network to be considered for subnets
within that network. If specified for a subnet, clients must belong to at least
one of the classes specified for that subnet to be considered for any of that
-subnet's pools. If sepcified for a pool, clients must belong to at least one
+subnet's pools. If specified for a pool, clients must belong to at least one
of the classes specified for that pool to be given a lease from that pool.
.. note:
diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst
index dadfe18435..8088cd3ccf 100644
--- a/doc/sphinx/arm/dhcp6-srv.rst
+++ b/doc/sphinx/arm/dhcp6-srv.rst
@@ -5956,7 +5956,7 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
least one of the classes specified for that network to be considered for subnets
within that network. If specified for a subnet, clients must belong to at least
one of the classes specified for that subnet to be considered for any of that
-subnet's pools. If sepcified for a pool, clients must belong to at least one
+subnet's pools. If specified for a pool, clients must belong to at least one
of the classes specified for that pool to be given a lease from that pool.
.. note:
diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst
index 0e7878acbe..f070a99503 100644
--- a/doc/sphinx/arm/hooks-ha.rst
+++ b/doc/sphinx/arm/hooks-ha.rst
@@ -712,7 +712,7 @@ only difference that ``this-server-name`` should be set to "server2" and
"subnet": "192.0.3.0/24",
"pools": [{
"pool": "192.0.3.100 - 192.0.3.150",
- "client-classes": [ "HA_server1 ]"
+ "client-classes": [ "HA_server1" ]
}, {
"pool": "192.0.3.200 - 192.0.3.250",
"client-classes": [ "HA_server2" ]