]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: SPOE.txt: fix a typo
authorKevin Zhu <ipandtcp@gmail.com>
Fri, 1 Jun 2018 03:38:00 +0000 (05:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jun 2018 03:38:00 +0000 (05:38 +0200)
doc/SPOE.txt

index 9556bc9081b0326438452291914a62c9c649bed8..2b4cc3b566d0c424e715e0540a85382f88de0078 100644 (file)
@@ -1110,7 +1110,7 @@ Here is the list of supported actions:
 
   * set-var    set the value for an existing variable. 3 arguments must be
                attached to this action: the variable scope (proc, sess, txn,
-               req or req), the variable name (a string) and its value.
+               req or res), the variable name (a string) and its value.
 
     ACTION-SET-VAR  : <SET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME><VAR-VALUE>
 
@@ -1128,7 +1128,7 @@ Here is the list of supported actions:
 
   * unset-var    unset the value for an existing variable. 2 arguments must be
                  attached to this action: the variable scope (proc, sess, txn,
-                 req or req) and the variable name (a string).
+                 req or res) and the variable name (a string).
 
     ACTION-UNSET-VAR  : <UNSET-VAR:1 byte><NB-ARGS:1 byte><VAR-SCOPE:1 byte><VAR-NAME>