diff options
author | Andrei Pavel <andrei@isc.org> | 2022-05-23 16:16:29 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-05-23 16:33:09 +0200 |
commit | 49bdfd921669a4c6ec09eaf0439feeff3f851369 (patch) | |
tree | e693814272191f65ed93c357e011b0b1a5ad7aec /doc/examples/kea6 | |
parent | [#2293] minor kea-admin adjustments (diff) | |
download | kea-49bdfd921669a4c6ec09eaf0439feeff3f851369.tar.xz kea-49bdfd921669a4c6ec09eaf0439feeff3f851369.zip |
[#2423] release changes: spelling corrections
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 322fe4f2c6..7ddc196ef6 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -372,14 +372,14 @@ // re-detected. "re-detect": true, - // Kea tries to bind the service sockets during initialiation. It may + // Kea tries to bind the service sockets during initialization. It may // fail due to a port being already opened or misconfiguration. Kea can // suppress these errors and only logs them. This flag prevents starting // the DHCP server without binding all sockets. If unspecified, it // defaults to false. "service-sockets-require-all": true, - // Kea tries to bind the service sockets during initialiation. This + // Kea tries to bind the service sockets during initialization. This // option specifies how many times binding to interface will be retried. // The default value is 0 which means that the operation will not be // repeated. |