Browse Source

[5331] Corrected spelling error as a result of review.

Marcin Siodelski 7 years ago
parent
commit
e343b9f081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/hooks/hooks_user.dox

+ 1 - 1
src/lib/hooks/hooks_user.dox

@@ -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