From: W.C.A. Wijngaards Date: Wed, 24 Feb 2021 15:56:57 +0000 (+0100) Subject: - spelling fix in header. X-Git-Tag: release-1.13.2rc1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6612974d126c97fa3e4db21aaff177e8480a4f52;p=thirdparty%2Funbound.git - spelling fix in header. --- diff --git a/doc/Changelog b/doc/Changelog index 9492bc988..55f518f3d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -9,6 +9,7 @@ sufficient for the configured cache size, and logs warning if not. - Fix function documentation. - Fix unit test for added ulimit checks. + - spelling fix in header. 23 February 2021: Wouter - Fix for zonemd, that domain-insecure zones work without dnssec. diff --git a/util/config_file.h b/util/config_file.h index 1042bd879..f5eda738c 100644 --- a/util/config_file.h +++ b/util/config_file.h @@ -1309,7 +1309,7 @@ extern int fake_dsa, fake_sha1; int if_is_https(const char* ifname, const char* port, int https_port); /** - * Return true if the config contains settinsg that enable https. + * Return true if the config contains settings that enable https. * @param cfg: config information. * @return true if https ports are used for server. */