Willy, On 10/14/21 7:23 PM, PR Bot wrote:
This is an automated relay of the Github pull request: Typos fixed "it" should be "is"Patch title(s): Typos fixed "it" should be "is" Link: https://github.com/haproxy/haproxy/pull/1415
The patch contents were good. Please find a version with a cleaned up commit message attached. I've used Anubhav's phrasing as-is to not modify more than necessary.
Best regards Tim Düsterhus
>From f4aad97d7967c5da7e20bb6586fc7af2d2147c15 Mon Sep 17 00:00:00 2001 From: Anubhav <[email protected]> Date: Thu, 14 Oct 2021 22:28:25 +0530 Subject: [PATCH] DOC: Typo fixed "it" should be "is" To: [email protected] Cc: [email protected] This patch was proposed in GitHub PR #1415. Reviewed-by: Tim Duesterhus <[email protected]> --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index d90c39e66..20c0f7454 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12528,7 +12528,7 @@ tcp-request session <action> [{if | unless} <condition>] it is possible to evaluate some conditions to decide whether this session must be accepted or dropped or have its counters tracked. Those conditions cannot make use of any data contents because no buffers are allocated yet and - the processing cannot wait at this stage. The main use case it to copy some + the processing cannot wait at this stage. The main use case is to copy some early information into variables (since variables are accessible in the session), or to keep track of some information collected after the handshake, such as SSL-level elements (SNI, ciphers, client cert's CN) or information -- 2.33.1

