diff options
author | Andrei Pavel <andrei@isc.org> | 2021-01-22 00:36:41 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-01-25 12:52:09 +0100 |
commit | 96f049b111ba175c74397d79ab6aff574ece900d (patch) | |
tree | 314f11706d923f372c8edc6b89b0e7906c524db1 /doc/examples/kea6 | |
parent | [#1656] 1.9.4 release: dos2unix SVGs (diff) | |
download | kea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz kea-96f049b111ba175c74397d79ab6aff574ece900d.zip |
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-options.json | 2 | ||||
-rw-r--r-- | doc/examples/kea6/ha-hot-standby.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea6/all-options.json b/doc/examples/kea6/all-options.json index fbaf5979d4..be2d17e8c1 100644 --- a/doc/examples/kea6/all-options.json +++ b/doc/examples/kea6/all-options.json @@ -1826,7 +1826,7 @@ }, // A single encapsulating space can be used. An option containing any - // option from said space will now be unpacked succesfully by Kea. + // option from said space will now be unpacked successfully by Kea. { "array": false, "code": 12321, diff --git a/doc/examples/kea6/ha-hot-standby.json b/doc/examples/kea6/ha-hot-standby.json index e9aff1f565..a0eb6a1677 100644 --- a/doc/examples/kea6/ha-hot-standby.json +++ b/doc/examples/kea6/ha-hot-standby.json @@ -1,6 +1,6 @@ // This is an example configuration of the Kea DHCPv6 server. It uses High // Availability hooks library and Lease Commands hooks library to enable -// High Availibility function for the DHCP server. Note that almost exactly +// High Availability function for the DHCP server. Note that almost exactly // the same configuration must be used on the second server (partner). // The only difference is that "this-server-name" must be set to "server1" // on this other server. Also, the interface configuration depends on the |