From 842234ba3783c812c4cabc188cba087cfdda22dd Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 29 Jun 2018 18:16:07 +0200 Subject: [PATCH] [5664] spelling --- src/lib/hooks/callout_handle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2