]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5331] Corrected spelling error as a result of review.
authorMarcin Siodelski <marcin@isc.org>
Fri, 20 Oct 2017 15:15:47 +0000 (17:15 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 20 Oct 2017 15:15:47 +0000 (17:15 +0200)
src/lib/hooks/hooks_user.dox

index d4607aeb3264e033d0424facfd241f50b4d19510..470be9249dad3146c7d26be08352bd110c0782f5 100644 (file)
@@ -1105,7 +1105,7 @@ is generated, the command handler must set it as "response" argument prior to re
 It is uncommon but valid scenario to have multiple hook libraries providing command
 handlers for the same command. They are invoked sequentially and each of them
 can freely modify a response set by a previous callout. This includes entirely
-replacing the response provided by previous callouts, if neccessary.
+replacing the response provided by previous callouts, if necessary.
 
 
 @subsubsection hooksdgMultipleCallouts Multiple Callouts on a Hook