]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1781] spelling
authorFrancis Dupont <fdupont@isc.org>
Tue, 19 Jul 2022 15:57:09 +0000 (17:57 +0200)
committerThomas Markwalder <tmark@isc.org>
Wed, 20 Jul 2022 13:04:59 +0000 (09:04 -0400)
doc/sphinx/arm/hooks.rst

index 4b2d32656bf9e8191e1a18306c56a966d8d0e7f0..45aae381a5e1af6159ca9b5e48f1e545f6b0b178 100644 (file)
@@ -252,7 +252,7 @@ Notes:
 At the moment, only the ``kea-dhcp4`` and ``kea-dhcp6`` processes support
 hook libraries.
 
-.. _order-of-configuation-hooks:
+.. _order-of-configuration-hooks:
 
 Order of Configuration:
 ~~~~~~~~~~~~~~~~~~~~~~~
@@ -263,7 +263,7 @@ in cases where more than one hook library implements the same callout.  For
 example, if you wish to use the flex-id hook library to formulate the client
 IDs in conjunction with HA hook library for load-balanced HA, it is essential
 that the flex-id library be specified first in your server's ``hooks-libraries``
-section.  This ensures that the client ID is formualted by the flex-id library
+section.  This ensures that the client ID is formulated by the flex-id library
 before the HA library uses it for load-balancing. Similarly it would be best to
 specify forensic logging last, to ensure any other install hooks have made
 their contributions to the packet processing.