From 3a694782743df26098323d7a3ef5d904fe884695 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 30 Nov 2023 09:27:51 +0100 Subject: [PATCH] DOC: config: fix missing characters in set-spoe-group action It was written "Thaction" instead of "This action". --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index a3d5903e5c..59c685e56e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -13771,7 +13771,7 @@ tcp-request content sc-set-gpt0() { | } tcp-request content send-spoe-group [ { if | unless } ] - Thaction is is used to trigger sending of a group of SPOE messages. Please + This action is is used to trigger sending of a group of SPOE messages. Please refer to "http-request send-spoe-group" for a complete description. tcp-request content set-bandwidth-limit [limit { | }] @@ -14259,7 +14259,7 @@ tcp-resposne content sc-set-gpt0() { | } tcp-response content send-spoe-group [ { if | unless } ] - Thaction is is used to trigger sending of a group of SPOE messages. Please + This action is is used to trigger sending of a group of SPOE messages. Please refer to "http-request send-spoe-group" for a complete description.