You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/06/07 16:28:12 UTC

[trafficserver] branch 9.2.x updated: Fix "is is" typos. (#8866)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new cc3d244e6 Fix "is is" typos. (#8866)
cc3d244e6 is described below

commit cc3d244e67ab40ff9c19e81938175284fef8892a
Author: Walt Karas <wk...@verizonmedia.com>
AuthorDate: Wed May 25 18:01:47 2022 -0500

    Fix "is is" typos. (#8866)
    
    Co-authored-by: Walt Karas <wk...@yahooinc.com>
    (cherry picked from commit 152feae7a02a4eeb939955fc7e4415538cb43c01)
---
 plugins/compress/compress.cc | 2 +-
 src/wccp/WccpLocal.h         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/compress/compress.cc b/plugins/compress/compress.cc
index d12efb934..4151e7e94 100644
--- a/plugins/compress/compress.cc
+++ b/plugins/compress/compress.cc
@@ -759,7 +759,7 @@ transformable(TSHttpTxn txnp, bool server, HostConfiguration *host_configuration
     }
 
     if (hdr_value < host_configuration->minimum_content_length()) {
-      info("response is is smaller than minimum content length, not compressing");
+      info("response is smaller than minimum content length, not compressing");
       return 0;
     }
   }
diff --git a/src/wccp/WccpLocal.h b/src/wccp/WccpLocal.h
index f98593728..ee6f40e16 100644
--- a/src/wccp/WccpLocal.h
+++ b/src/wccp/WccpLocal.h
@@ -1919,7 +1919,7 @@ namespace detail
 
     /** Check for active assignment.
 
-        An assignment is active if it is is current. This means either it
+        An assignment is active if it is current. This means either it
         was successfully generated on the cache side, or a valid assignment
         was received on the router side and has not expired.