diff options
| author | 2021-07-01 12:33:51 +0100 | |
|---|---|---|
| committer | 2021-07-01 12:33:51 +0100 | |
| commit | d95d7fc4f574b4ce3593b6684dd9fd738c40fcab (patch) | |
| tree | 88bc789896945fac5b82bc19dd4b8e440e590da6 /include/modules | |
| parent | Require that hideserver is set to a valid hostname. (diff) | |
| parent | Allow reloading SSL profiles on rehash. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/httpd.h | 2 | ||||
| -rw-r--r-- | include/modules/ssl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/httpd.h b/include/modules/httpd.h index 17546d422..145dd70b3 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -87,7 +87,7 @@ struct HTTPRequestURI std::string fragment; }; -/** A modifyable list of HTTP header fields +/** A modifiable list of HTTP header fields */ class HTTPHeaders { diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 546eb2835..3e73bdac8 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -111,7 +111,7 @@ class ssl_cert : public refcountbase return unknownsigner; } - /** Get revokation status. + /** Get revocation status. * @return True if the certificate is revoked. * Note that this only works properly for GnuTLS * right now. |
