DOC: config: fix typo abandonned -> abandoned
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 03:02:25 +0000 (04:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 03:02:25 +0000 (04:02 +0100)
No need to backport, it was introduced by recent commit fafa34e5f ("DOC:
config: update the reminder on the HTTP model and add some terminology").

doc/configuration.txt

index cface64..fd46510 100644 (file)
@@ -224,7 +224,7 @@ correctly support pipelining since there is no way to associate a response with
 the corresponding request in HTTP. For this reason, it is mandatory for the
 server to reply in the exact same order as the requests were received. In
 practice, after several attempts by various clients to deploy it, it has been
-totally abandonned for its lack of reliability on certain servers. But it is
+totally abandoned for its lack of reliability on certain servers. But it is
 mandatory for servers to support it.
 
 The next improvement is the multiplexed mode, as implemented in HTTP/2 and