[DOC] fix minor typo in the "dispatch" doc

Bradley Falzon reported a left-over of a copy-paste from the "disabled"
keyword in the "dispatch" section.
This commit is contained in:
Willy Tarreau 2011-04-15 06:45:37 +02:00
parent a164fb5721
commit 787aed5078

View File

@ -2048,7 +2048,7 @@ dispatch <address>:<port>
to this port, and it is not permitted to use port offsets as is
possible with normal servers.
The "disabled" keyword designates a default server for use when no other
The "dispatch" keyword designates a default server for use when no other
server can take the connection. In the past it was used to forward non
persistent connections to an auxiliary load balancer. Due to its simple
syntax, it has also been used for simple TCP relays. It is recommended not to