From: Anubhav Date: Thu, 14 Oct 2021 16:58:25 +0000 (+0530) Subject: DOC: Typo fixed "it" should be "is" X-Git-Tag: v2.5-dev12~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09efaa7cb9bd9f60914be5be693c08e11c8b9dc;p=thirdparty%2Fhaproxy.git DOC: Typo fixed "it" should be "is" This patch was proposed in GitHub PR #1415. Reviewed-by: Tim Duesterhus --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d90c39e66a..20c0f74542 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