]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: assorted typo fixes in the code and comments
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 22 Jan 2021 21:11:59 +0000 (02:11 +0500)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Jan 2021 08:16:48 +0000 (09:16 +0100)
This is 16th iteration of typo fixes

src/cache.c

index f03944faf1009e9193c9c97b36199a365fb33a19..3f95195a1537df311ae39394505b8b6abed42e21 100644 (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;