- spelling fix in header.

This commit is contained in:
W.C.A. Wijngaards 2021-02-24 16:56:57 +01:00
parent a9e15f36d8
commit 6612974d12
2 changed files with 2 additions and 1 deletions

View 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.

View 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.
*/