summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-02 10:15:59 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-02 10:15:59 +1000
commit46d399b95d56b8a08b863f5c16022e6fc6ce635a (patch)
tree8ff917ed8a667751b4cfcff95db8068fd0c02853
parentb756ae37d34cdfef2d8baf6a81440f2d3a9ca40a (diff)
downloadmod_wsgi-46d399b95d56b8a08b863f5c16022e6fc6ce635a.tar.gz
Fix typo in release notes.
-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