CLEANUP: assorted typo fixes in the code and comments

This is 16th iteration of typo fixes
This commit is contained in:
Ilya Shipitsin 2021-01-23 02:11:59 +05:00 committed by Christopher Faulet
parent 2107a0faf5
commit 7704b0e1e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;