From: Fabian Keil Date: Fri, 5 Jun 2020 09:55:14 +0000 (+0200) Subject: Fix comment typo X-Git-Tag: v_3_0_29~325 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=38d0b3b5d093041bee903815c67c0a8800367f96 Fix comment typo Sponsored by: Robert Klemme --- diff --git a/jcc.c b/jcc.c index 6f399ee3..c401fed9 100644 --- a/jcc.c +++ b/jcc.c @@ -3577,7 +3577,7 @@ static void chat(struct client_state *csp) #ifdef FEATURE_HTTPS_INSPECTION /* * Setting flags to use old solution with SSL tunnel and to disable - * certificates verification. + * certificate verification. */ if (csp->http->ssl && !(csp->action->flags & ACTION_HTTPS_INSPECTION) && !cgi_page_requested(csp->http->host))