mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 13:23:10 +02:00
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:
committed by
Willy Tarreau
parent
6f5def3cbd
commit
0c3b212aab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user