summaryrefslogtreecommitdiffstats
path: root/server/mpm_unix.c
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 19:15:57 +0100
committerMike Rumph <mrumph@apache.org>2020-02-13 19:15:57 +0100
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /server/mpm_unix.c
parentdon't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff)
downloadapache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz
apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_unix.c')
-rw-r--r--server/mpm_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_unix.c b/server/mpm_unix.c
index 29bc3a2b00..d21c7e0e51 100644
--- a/server/mpm_unix.c
+++ b/server/mpm_unix.c
@@ -706,7 +706,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
}
else /* ... XXX other request types here? */ {
/* Create an HTTP request string. We include a User-Agent so
- * that adminstrators can track down the cause of the
+ * that administrators can track down the cause of the
* odd-looking requests in their logs. A complete request is
* used since kernel-level filtering may require that much
* data before returning from accept(). */