]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix rfc7239 forwarded typo in desc
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 11 Oct 2024 11:12:01 +0000 (13:12 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 17 Oct 2024 15:24:51 +0000 (17:24 +0200)
replace specicy with specify in rfc7239 forwarded option description.
Multiple occurences were found.

May be backported in 2.8.

doc/configuration.txt

index a6bb9062f81d7b1ed570f9f7501944c5fddc0ea4..fd882e9b080673adf6886e7065e0cba56395f70b 100644 (file)
@@ -9331,16 +9331,16 @@ no option forwarded
     <host_expr>     optional argument to specify a custom sample expression
                     those result will be used as 'host' parameter value
 
-    <by_expr>       optional argument to specicy a custom sample expression
+    <by_expr>       optional argument to specify a custom sample expression
                     those result will be used as 'by' parameter nodename value
 
-    <for_expr>      optional argument to specicy a custom sample expression
+    <for_expr>      optional argument to specify a custom sample expression
                     those result will be used as 'for' parameter nodename value
 
-    <by_port_expr>  optional argument to specicy a custom sample expression
+    <by_port_expr>  optional argument to specify a custom sample expression
                     those result will be used as 'by' parameter nodeport value
 
-    <for_port_expr> optional argument to specicy a custom sample expression
+    <for_port_expr> optional argument to specify a custom sample expression
                     those result will be used as 'for' parameter nodeport value