From e857ebe8f75d1104c664e090b4ba46b0e8b9a288 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 24 Nov 2020 17:45:42 +0100 Subject: [PATCH 1/1] Fix commment typo --- filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters.c b/filters.c index 7b586bc0..ef9661ec 100644 --- a/filters.c +++ b/filters.c @@ -2675,7 +2675,7 @@ int content_requires_filtering(struct client_state *csp) * The server didn't bother to declare a MIME-Type. * Assume it's text that can be filtered. * - * This also regulary happens with 304 responses, + * This also regularly happens with 304 responses, * therefore logging anything here would cause * too much noise. */ -- 2.39.2