From e09efaa7cb9bd9f60914be5be693c08e11c8b9dc Mon Sep 17 00:00:00 2001 From: Anubhav Date: Thu, 14 Oct 2021 22:28:25 +0530 Subject: [PATCH] DOC: Typo fixed "it" should be "is" This patch was proposed in GitHub PR #1415. Reviewed-by: Tim Duesterhus --- 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 [{if | unless} ] 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