]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: minor typo fix in documentation
authorGodbach <nylzhaowei@gmail.com>
Mon, 1 Jul 2013 17:19:15 +0000 (01:19 +0800)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jul 2013 17:46:49 +0000 (19:46 +0200)
"http-reqsponse" => "http-response"

Signed-off-by: Godbach <nylzhaowei@gmail.com>
doc/configuration.txt

index 8feee6e46cad1cdbd74818f6d8bc0717f77f4547..5140ff1e8eaa4ae7c298e2aa0b4b425ec2aa2d00 100644 (file)
@@ -2875,7 +2875,7 @@ http-response { allow | deny | add-header <name> <fmt> | set-nice <nice> |
 
   There is no limit to the number of http-response statements per instance.
 
-  It is important to know that http-reqsponse rules are processed very early in
+  It is important to know that http-response rules are processed very early in
   the HTTP processing, before "reqdel" or "reqrep" rules. That way, headers
   added by "add-header"/"set-header" are visible by almost all further ACL
   rules.