summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.