DOC: fix typos in the documentation files

This fixes several obvious typos in the documentation:

s/elvoved/evolved
s/performend/performed
s/importnat/important
s/sharedd/shared
s/eveyone/everyone

No backport needed.
This commit is contained in:
Egor Shestakov
2026-01-19 17:27:49 +00:00
committed by Willy Tarreau
parent 6f5def3cbd
commit 0c3b212aab
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
The buffer list API allows one to share a certain amount of buffers between
multiple entities, which will each see their own as lists of buffers, while
keeping a sharedd free list. The immediate use case is for muxes, which may
keeping a shared free list. The immediate use case is for muxes, which may
want to allocate up to a certain number of buffers per connection, shared
among all streams. In this case, each stream will first request a new list
for its own use, then may request extra entries from the free list. At any