]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5664] spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 29 Jun 2018 16:16:07 +0000 (18:16 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 29 Jun 2018 18:14:13 +0000 (20:14 +0200)
src/lib/hooks/callout_handle.h

index 75e5e66ab25649a077ed91e3e0238418a3eeaae8..c7356aa2510a049623c745baa68a66c08229ed59 100644 (file)
@@ -419,14 +419,14 @@ typedef boost::shared_ptr<CalloutHandle> 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