]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix missing characters in set-spoe-group action
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 08:27:51 +0000 (09:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 08:27:51 +0000 (09:27 +0100)
It was written "Thaction" instead of "This action".

doc/configuration.txt

index a3d5903e5cd105805571ed5a7e3df61c39132966..59c685e56e26083a1c1245010c77bffe8b3b7148 100644 (file)
@@ -13771,7 +13771,7 @@ tcp-request content sc-set-gpt0(<sc-id>) { <int> | <expr> }
 tcp-request content send-spoe-group <engine-name> <group-name>
                     [ { if | unless } <condition> ]
 
-  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 <name> [limit { <expr> | <size> }]
@@ -14259,7 +14259,7 @@ tcp-resposne content sc-set-gpt0(<sc-id>) { <int> | <expr> }
 tcp-response content send-spoe-group <engine-name> <group-name>
                      [ { if | unless } <condition> ]
 
-  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.