From 730323e56e3816a0c17f3d21857ad276847294db Mon Sep 17 00:00:00 2001 From: Kevin Zhu Date: Fri, 1 Jun 2018 05:38:00 +0200 Subject: [PATCH] DOC: SPOE.txt: fix a typo --- doc/SPOE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/SPOE.txt b/doc/SPOE.txt index 9556bc908..2b4cc3b56 100644 --- a/doc/SPOE.txt +++ b/doc/SPOE.txt @@ -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 : @@ -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 :