From: Fabian Keil Date: Tue, 24 Nov 2020 16:45:42 +0000 (+0100) Subject: Fix commment typo X-Git-Tag: v_3_0_29~9 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=e857ebe8f75d1104c664e090b4ba46b0e8b9a288 Fix commment typo --- 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. */