summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Auer <david.auer@credativ.de>2021-11-17 16:32:19 +0100
committerGitHub <noreply@github.com>2021-11-17 16:32:19 +0100
commit35d30348a473104b314e63d8a3e623eb7f12fc9a (patch)
tree7cb3190563c6a53399ac236af26402064aa33a31
parent6eeec45ef8cec1768e5e79368bd04198150cf1f4 (diff)
downloadmod_wsgi-35d30348a473104b314e63d8a3e623eb7f12fc9a.tar.gz
Fix typo in documentation
-rw-r--r--docs/release-notes/version-4.4.9.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes/version-4.4.9.rst b/docs/release-notes/version-4.4.9.rst
index a4828c3..b64d626 100644
--- a/docs/release-notes/version-4.4.9.rst
+++ b/docs/release-notes/version-4.4.9.rst
@@ -78,11 +78,11 @@ The header names which are accepted for specifying the target host are
to override the ``HTTP_HOST`` value in the WSGI ``environ`` dictionary.
The sole header name accepted for specifying the front end proxy server
-name is ``X-Fowarded-Server``. When found, the value will be used to
+name is ``X-Forwarded-Server``. When found, the value will be used to
override the ``SERVER_NAME`` value in the WSGI ``environ`` dictionary.
The sole header name accepted for specifying the front end proxy server
-port is ``X-Fowarded-Port``. When found, the value will be used to
+port is ``X-Forwarded-Port``. When found, the value will be used to
override the ``SERVER_PORT`` value in the WSGI ``environ`` dictionary.
The header names accepted for specifying the client IP address are