From: Josh Soref Date: Sun, 23 Jul 2017 18:06:11 +0000 (-0400) Subject: spelling: maybe X-Git-Tag: trac5124a_base~35^2~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba68e6ce4c2de6278b81e63508529db4f3523dfb;p=thirdparty%2Fkea.git spelling: maybe --- diff --git a/src/lib/dhcpsrv/tests/test_get_callout_handle.h b/src/lib/dhcpsrv/tests/test_get_callout_handle.h index 1658933d1d..7dee3f2ed8 100644 --- a/src/lib/dhcpsrv/tests/test_get_callout_handle.h +++ b/src/lib/dhcpsrv/tests/test_get_callout_handle.h @@ -21,7 +21,7 @@ namespace test { /// ensure that the getCalloutHandle() template function is referred to by /// two separate compilation units, and so test that data stored in one unit /// can be accessed by another. (This should be the case, but some compilers -/// mabe be odd when it comes to template instantiation.) +/// maybe be odd when it comes to template instantiation.) /// /// @param pktptr Pointer to a Pkt6 object. ///