diff --git a/plugins/compress/compress.cc b/plugins/compress/compress.cc index d12efb934ee..4151e7e94f2 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 937cab68146..492e506dc55 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.