X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.c;h=37a647c39903c61931f83f75ed3df6662633b693;hp=4517c1a0fd38774ec0380343f93da80ff37cd489;hb=b501f2a356f6a2f8c2a9b3b4461315930f9459a5;hpb=c01caf9405a4f48a64173969c38be29ed8ab0ac8 diff --git a/parsers.c b/parsers.c index 4517c1a0..37a647c3 100644 --- a/parsers.c +++ b/parsers.c @@ -1208,7 +1208,7 @@ jb_err sed_https(struct client_state *csp) struct list headers; /* - * Temporarly replace csp->headers with csp->https_headers + * Temporarily replace csp->headers with csp->https_headers * to trick sed() into filtering the https headers. */ headers.first = csp->headers->first; @@ -1225,7 +1225,7 @@ jb_err sed_https(struct client_state *csp) /* * We want client header filters and taggers - * so temporarly remove the flag. + * so temporarily remove the flag. */ csp->flags &= ~CSP_FLAG_CLIENT_HEADER_PARSING_DONE; err = sed(csp, FILTER_CLIENT_HEADERS); @@ -2459,7 +2459,7 @@ static jb_err server_content_encoding(struct client_state *csp, char **header) * * Description : Remove the Content-Encoding header if the * decompression was successful and the content - * has been modifed. + * has been modified. * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...)