]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix minor typo in the "dispatch" doc
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Apr 2011 04:45:37 +0000 (06:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Apr 2011 04:45:37 +0000 (06:45 +0200)
Bradley Falzon reported a left-over of a copy-paste from the "disabled"
keyword in the "dispatch" section.

doc/configuration.txt

index 5285e68a4146c0807172053695801f1b75977f3b..2cac15209d6d4f48dd5bd63e1c43b85062701249 100644 (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