projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3065d0a
)
Fix a comment typo in sed_https()
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 14 Apr 2020 12:09:31 +0000
(14:09 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 14 Apr 2020 12:33:32 +0000
(14:33 +0200)
parsers.c
patch
|
blob
|
history
diff --git
a/parsers.c
b/parsers.c
index
b65474c
..
45b4c3b
100644
(file)
--- a/
parsers.c
+++ b/
parsers.c
@@
-1217,7
+1217,7
@@
jb_err sed_https(struct client_state *csp)
csp->headers->last = csp->https_headers->last;
/*
- * Start with fresh tags. Already exising tags may
+ * Start with fresh tags. Already exis
t
ing tags may
* be set again. This is necessary to overrule
* URL-based patterns.
*/