summaryrefslogtreecommitdiff
path: root/src/mod_extforward.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-02-22 17:24:12 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:30 -0400
commitc752d4696ec34a45d4341700d63056a173312ebc (patch)
treeab73dbc40be363f95d350e020647d8a4aba6d9a2 /src/mod_extforward.c
parentbcddbe186f010e2964f7551141c0b8350b36817d (diff)
downloadlighttpd-git-c752d4696ec34a45d4341700d63056a173312ebc.tar.gz
[multiple] correct misspellings in comments
x-ref: "Script for fixing spelling errors with codespell" https://redmine.lighttpd.net/boards/3/topics/8947
Diffstat (limited to 'src/mod_extforward.c')
-rw-r--r--src/mod_extforward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_extforward.c b/src/mod_extforward.c
index 9c2b1291..b8e16773 100644
--- a/src/mod_extforward.c
+++ b/src/mod_extforward.c
@@ -1484,7 +1484,7 @@ static int mod_extforward_hap_PROXY_v2 (connection * const con,
* connection IPs needed, better to save the info here rather than use
* syscalls to retrieve the info later).
* (Exception: con->dst_addr can be further changed if mod_extforward parses
- * Forwaded or X-Forwarded-For request headers later, after request headers
+ * Forwarded or X-Forwarded-For request headers later, after request headers
* have been received.)
*/