From: Francis Dupont Date: Mon, 29 Jan 2018 20:31:31 +0000 (+0100) Subject: [5457] spelling X-Git-Tag: ha_checkpoints12~3^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21062837a0590fbe1b7c7a6b4f0e233bc3fa8d8d;p=thirdparty%2Fkea.git [5457] spelling --- diff --git a/src/lib/hooks/tests/async_callout_library.cc b/src/lib/hooks/tests/async_callout_library.cc index ffe0f683c0..5f40e52b0f 100644 --- a/src/lib/hooks/tests/async_callout_library.cc +++ b/src/lib/hooks/tests/async_callout_library.cc @@ -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. ///