From: Francis Dupont Date: Fri, 29 Jun 2018 16:16:07 +0000 (+0200) Subject: [5664] spelling X-Git-Tag: trac5555_base~1^2~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=842234ba3783c812c4cabc188cba087cfdda22dd;p=thirdparty%2Fkea.git [5664] spelling --- diff --git a/src/lib/hooks/callout_handle.h b/src/lib/hooks/callout_handle.h index 75e5e66ab2..c7356aa251 100644 --- a/src/lib/hooks/callout_handle.h +++ b/src/lib/hooks/callout_handle.h @@ -419,14 +419,14 @@ typedef boost::shared_ptr CalloutHandlePtr; /// resets handle's state. /// /// The Kea servers often require to associate processed packets with -/// @c CalloutHandle instances. This is to faciliate the case when the +/// @c CalloutHandle instances. This is to facilitate the case when the /// hooks library passes information between the callouts using the /// 'context' stored in the callout handle. The callouts invoked throughout /// the packet lifetime have access to the context information for the /// given packet. /// /// The association between the packets and the callout handles is -/// achived by giving the ownership of the @c CalloutHandle objects to +/// achieved by giving the ownership of the @c CalloutHandle objects to /// the @c Pkt objects. When the @c Pkt object goes out of scope, it should /// also release the pointer to the owned @c CalloutHandle object. /// However, this causes a risk of circular dependency between the shared