summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-01-07 12:02:48 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-01-07 12:02:48 -0500
commite5f9e94d76c9b9ad7f5038fc576bcd7915627f14 (patch)
tree9356da0d4922c905a773fdc6eac1a455ed1726c7 /doc
parent82a26c1bdb2fda2d19d281abde8d1b0e39bff21b (diff)
downloadlighttpd-git-e5f9e94d76c9b9ad7f5038fc576bcd7915627f14.tar.gz
[multiple] codespell: correct spelling in comments
Diffstat (limited to 'doc')
-rw-r--r--doc/outdated/authentication.txt2
-rw-r--r--doc/outdated/state.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/outdated/authentication.txt b/doc/outdated/authentication.txt
index 3e2e7011..8b6b93df 100644
--- a/doc/outdated/authentication.txt
+++ b/doc/outdated/authentication.txt
@@ -29,7 +29,7 @@ https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth
Supported Methods
-----------------
-lighttpd supportes both authentication method described by
+lighttpd supports both authentication method described by
RFC 2617:
basic
diff --git a/doc/outdated/state.txt b/doc/outdated/state.txt
index ce98b74e..c029fd5a 100644
--- a/doc/outdated/state.txt
+++ b/doc/outdated/state.txt
@@ -85,7 +85,7 @@ soon as the header is parsed and we know how much data we expect.
Pipelining
----------
-HTTP/1.1 supportes pipelining (sending multiple requests without waiting
+HTTP/1.1 supports pipelining (sending multiple requests without waiting
for the response of the first request). This is handled transparently by
the 'read' state.