Fix commment typo
authorFabian Keil <fk@fabiankeil.de>
Tue, 24 Nov 2020 16:45:42 +0000 (17:45 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 25 Nov 2020 10:38:01 +0000 (11:38 +0100)
filters.c

index 7b586bc..ef9661e 100644 (file)
--- 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.
        */