From f520c616ccc5ddc0b182a81ac0dfea59f311c824 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:33:25 -0400 Subject: [PATCH] spelling: explicitly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2cecd3..8307398 100644 --- a/ChangeLog +++ b/ChangeLog @@ -41,7 +41,7 @@ v1.22: 17AUG2021 combined with incoming TLS with SNI. UDP clients and servers need to agree on the IPv4/IPv6 they use: use the same protocol on all sides! Often, this - means explicitely using 'ip4-localhost'. + means explicitly using 'ip4-localhost'. UDP sender-receiver pairs (connections, so to speak) are kept for 60s, which can be changed with `udp_timeout` in the configuration. @@ -294,7 +294,7 @@ v1.11: 21APR2012 --user isn't specified, just run as current user. No longer create PID file by default, it should be - explicitely set with --pidfile. + explicitly set with --pidfile. No longer log to syslog if in foreground. Logs are instead output to stderr.