aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/httpd.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-07-01 12:33:51 +0100
committerGravatar Sadie Powell2021-07-01 12:33:51 +0100
commitd95d7fc4f574b4ce3593b6684dd9fd738c40fcab (patch)
tree88bc789896945fac5b82bc19dd4b8e440e590da6 /include/modules/httpd.h
parentRequire that hideserver is set to a valid hostname. (diff)
parentAllow reloading SSL profiles on rehash. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'include/modules/httpd.h')
-rw-r--r--include/modules/httpd.h2
1 files changed, 1 insertions, 1 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
{