From: Fabian Keil Date: Tue, 14 Apr 2020 12:09:31 +0000 (+0200) Subject: Fix a comment typo in sed_https() X-Git-Tag: v_3_0_29~430 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=5c2780877ebeda989fa35631c3064e4e100ecdaa Fix a comment typo in sed_https() --- diff --git a/parsers.c b/parsers.c index b65474ce..45b4c3bf 100644 --- 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 existing tags may * be set again. This is necessary to overrule * URL-based patterns. */