From: Ilya Shipitsin Date: Fri, 22 Jan 2021 21:11:59 +0000 (+0500) Subject: CLEANUP: assorted typo fixes in the code and comments X-Git-Tag: v2.4-dev7~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7704b0e1e1179a6e9730730bad6f35c0c6e7476f;p=thirdparty%2Fhaproxy.git CLEANUP: assorted typo fixes in the code and comments This is 16th iteration of typo fixes --- diff --git a/src/cache.c b/src/cache.c index f03944faf1..3f95195a15 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1198,7 +1198,7 @@ enum act_return http_action_store_cache(struct act_rule *rule, struct proxy *px, * subsequent request having the same primary key will have its accepted * encodings tested upon the cached response's one. * We will not cache a response that has an unknown encoding (not - * explicitely supported in parse_encoding_value function). */ + * explicitly supported in parse_encoding_value function). */ if (cache->vary_processing_enabled && vary_signature) if (set_secondary_key_encoding(htx, object->secondary_key)) goto out;