]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: maybe
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:06:11 +0000 (14:06 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:06:11 +0000 (14:06 -0400)
src/lib/dhcpsrv/tests/test_get_callout_handle.h

index 1658933d1db20c3e5563999476ad4776162f0a80..7dee3f2ed843163cdc12e9c1ca79125b10f18e99 100644 (file)
@@ -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.
 ///