This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d6f2f6c05 Fix a couple misspellings (#11137)
5d6f2f6c05 is described below

commit 5d6f2f6c05582a0342e1034f9719df3715e9f679
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Mar 11 17:38:43 2024 -0400

    Fix a couple misspellings (#11137)
---
 doc/admin-guide/files/records.yaml.en.rst             | 2 +-
 plugins/experimental/stale_response/stale_response.cc | 2 +-
 tests/gold_tests/tls/tls_sni_ip_allow.test.py         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index 93da31b31d..34c6b91448 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -4596,7 +4596,7 @@ HTTP/2 Configuration
    :reloadable:
    :units: bytes
 
-   Specifies the high water mark for all HTTP/2 frames on an outoging 
connection.
+   Specifies the high water mark for all HTTP/2 frames on an outgoing 
connection.
    Default is -1 to preserve existing water marking behavior.
 
    You can override this global setting on a per domain basis in the 
:file:`sni.yaml` file using the :ref:`http2_buffer_water_mark 
<override-h2-properties>` attribute.
diff --git a/plugins/experimental/stale_response/stale_response.cc 
b/plugins/experimental/stale_response/stale_response.cc
index 4ef7626879..a4c81649d4 100644
--- a/plugins/experimental/stale_response/stale_response.cc
+++ b/plugins/experimental/stale_response/stale_response.cc
@@ -340,7 +340,7 @@ get_cached_header_info(StateInfo *state)
   chi->date    = 0;
   chi->max_age = 0;
 
-  // -1 is used as a placeholder for teh following two meaning that their
+  // -1 is used as a placeholder for the following two meaning that their
   // respective directives were not in the Cache-Control header.
   chi->stale_while_revalidate = -1;
   chi->stale_if_error         = -1;
diff --git a/tests/gold_tests/tls/tls_sni_ip_allow.test.py 
b/tests/gold_tests/tls/tls_sni_ip_allow.test.py
index c567689c25..739bbf00cc 100644
--- a/tests/gold_tests/tls/tls_sni_ip_allow.test.py
+++ b/tests/gold_tests/tls/tls_sni_ip_allow.test.py
@@ -144,7 +144,7 @@ class TestSniIpAllow:
         # non-zero return code.
         p.ReturnCode = 1
 
-        p.Streams.All += Testers.ContainsExpression('allowed-response', 'The 
response to teh allowed request should be recieved.')
+        p.Streams.All += Testers.ContainsExpression('allowed-response', 'The 
response to the allowed request should be recieved.')
         p.Streams.All += Testers.ExcludesExpression(
             'blocked-response', 'The response to the blocked request should 
not have been recieved.')
 

Reply via email to