]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5457] spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:31:31 +0000 (21:31 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 29 Jan 2018 20:31:31 +0000 (21:31 +0100)
src/lib/hooks/tests/async_callout_library.cc

index ffe0f683c0193c84110fcad29f00370d456c8203..5f40e52b0ff2974b521e962742d429022142933a 100644 (file)
@@ -62,7 +62,7 @@ extern "C" {
 /// This callout is crafted to test the following scenario. The callout returns
 /// status "park" to indicate that the packet should be parked. The callout
 /// performs asynchronous operation and indicates that the packet should be
-/// unparked when this operation completes. Unparing the packet triggers a
+/// unparked when this operation completes. Unparking the packet triggers a
 /// function associated with the parked packet, e.g. a function which continues
 /// processing of this packet.
 ///