summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2021-01-23 02:11:59 +0500
committerChristopher Faulet <cfaulet@haproxy.com>2021-01-26 09:16:48 +0100
commit7704b0e1e1179a6e9730730bad6f35c0c6e7476f (patch)
treed0f941b40e7f1e9ccddcbc119c831d18ac587b26
parent2107a0faf5e0ca6b86f51366d4550fb8a48f9654 (diff)
downloadhaproxy-7704b0e1e1179a6e9730730bad6f35c0c6e7476f.tar.gz
CLEANUP: assorted typo fixes in the code and comments
This is 16th iteration of typo fixes
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index f03944faf..3f95195a1 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;