From 38d0b3b5d093041bee903815c67c0a8800367f96 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 5 Jun 2020 11:55:14 +0200 Subject: [PATCH] Fix comment typo Sponsored by: Robert Klemme --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2