]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- spelling fix in header.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Feb 2021 15:56:57 +0000 (16:56 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Feb 2021 15:56:57 +0000 (16:56 +0100)
doc/Changelog
util/config_file.h

index 9492bc98865f54b9653f8465994fc3ded23a75a3..55f518f3d9ddf89b193ccca4dd6e343cdf4b5fd1 100644 (file)
@@ -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.
index 1042bd87951192652a5a4df2873c7b0c8ebb0acc..f5eda738c905447c06fb68c6d31653b858509a3d 100644 (file)
@@ -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.
  */