projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53704ce
)
Fix commment typo
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 24 Nov 2020 16:45:42 +0000
(17:45 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 25 Nov 2020 10:38:01 +0000
(11:38 +0100)
filters.c
patch
|
blob
|
history
diff --git
a/filters.c
b/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 regular
l
y happens with 304 responses,
* therefore logging anything here would cause
* too much noise.
*/