summaryrefslogtreecommitdiff
path: root/modules/http
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
committerMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/http
parentb6dd2f55dc8735ec09ed0830ba7ec78dd99cde7f (diff)
downloadhttpd-85760859cac5870ffae86c5c02cfde6db696b140.tar.gz
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 'modules/http')
-rw-r--r--modules/http/http_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index 9cf0cbb2ee..205b6bdf8a 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -60,7 +60,7 @@
APLOG_USE_MODULE(http);
-/* New Apache routine to map status codes into array indicies
+/* New Apache routine to map status codes into array indices
* e.g. 100 -> 0, 101 -> 1, 200 -> 2 ...
* The number of status lines must equal the value of
* RESPONSE_CODES (httpd.h) and must be listed in order.