From: Jeremy C. Reed Date: Thu, 26 Feb 2015 18:03:10 +0000 (-0500) Subject: spelling typo X-Git-Tag: trac3722_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d290647d33a1d16a677acc0b2c2933ca26f2b6b;p=thirdparty%2Fkea.git spelling typo --- diff --git a/src/lib/hooks/hooks_maintenance.dox b/src/lib/hooks/hooks_maintenance.dox index 7c6bd5e88a..1631d6acb2 100644 --- a/src/lib/hooks/hooks_maintenance.dox +++ b/src/lib/hooks/hooks_maintenance.dox @@ -368,7 +368,7 @@ initialized Kea. (In fact, running it against a dynamically-linked Kea should have no effect, as the load operation discards any duplicate message entries.) The hooks library tests do this, the code being - copnditionally compiled within a test of the USE_STATIC_LINK macro, set + conditionally compiled within a test of the USE_STATIC_LINK macro, set by the configure script. @note Not everything is completely rosy with logging and static linking.