Hello,

just one fix.

Ilya
From adc25a39161a95fe6dba7c4a1c723fba223dca82 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Sat, 23 Jan 2021 02:11:59 +0500
Subject: [PATCH] CLEANUP: assorted typo fixes in the code and comments

This is 16th iteration of typo fixes
---
 src/cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to