From: Harlan Stenn Date: Fri, 7 Jul 2017 09:35:10 +0000 (-0700) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb92c7469094b4fce2ba11ea04b9d2da6fe92d4;p=thirdparty%2Fntp.git typo bk: 595f55cesDqkz0UJuEggKgXWddZXtw --- diff --git a/ChangeLog b/ChangeLog index a1a1cfae4..8032aecbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ --- -(4.2.8p10-win-beta1) 2017/03/21 Released by Harlan Stenn -(4.2.8p10) + +* Typos. HStenn. +--- +(4.2.8p10) 2017/03/21 Released by Harlan Stenn * [Sec 3389] NTP-01-016: Denial of Service via Malformed Config (Pentest report 01.2017) diff --git a/html/monopt.html b/html/monopt.html index 82dd8ba6f..60d2e7240 100644 --- a/html/monopt.html +++ b/html/monopt.html @@ -11,7 +11,7 @@ gif from Pogo, Walt Kelly

Pig was hired to watch the logs.

Last update: - 14-Feb-2016 09:38 + 7-Jul-2017 02:08 UTC


Related Links

@@ -516,7 +516,7 @@
timingstats
-
(Only available when the deamon is compiled with process time debugging +
(Only available when the daemon is compiled with process time debugging support (--enable-debug-timing - costs performance). Record processing time statistics for various selected code paths.
53876 36.920 10.0.3.5 1 0.000014592 input processing delay
diff --git a/libntp/work_thread.c b/libntp/work_thread.c index 82f6064fb..433290c4c 100644 --- a/libntp/work_thread.c +++ b/libntp/work_thread.c @@ -27,7 +27,7 @@ #define CHILD_GONE_RESP CHILD_EXIT_REQ /* Queue size increments: * The request queue grows a bit faster than the response queue -- the - * deamon can push requests and pull results faster on avarage than the + * daemon can push requests and pull results faster on avarage than the * worker can process requests and push results... If this really pays * off is debatable. */ diff --git a/ntpsnmpd/netsnmp_daemonize.c b/ntpsnmpd/netsnmp_daemonize.c index 4311bac09..44fad1ad3 100644 --- a/ntpsnmpd/netsnmp_daemonize.c +++ b/ntpsnmpd/netsnmp_daemonize.c @@ -194,7 +194,7 @@ netsnmp_daemonize(int quit_immediately, int stderr_log) int i = 0; int saved_errno; - DEBUGMSGT(("daemonize","deamonizing...\n")); + DEBUGMSGT(("daemonize","daemonizing...\n")); #ifdef HAVE_WORKING_FORK /* * Fork to return control to the invoking process and to