From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 10 Mar 2021 16:13:08 +0000 (+0100)
Subject: handle_established_connection(): Fix a comment
X-Git-Tag: v_3_0_33~106^2~2
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/developer-manual/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=846115a986a3101eef962034344bf35cf4a3d313;p=privoxy.git

handle_established_connection(): Fix a comment
---

diff --git a/jcc.c b/jcc.c
index 3f42be1b..648fd455 100644
--- a/jcc.c
+++ b/jcc.c
@@ -3171,7 +3171,7 @@ static void handle_established_connection(struct client_state *csp)
       n = select((int)maxfd + 1, &rfds, NULL, NULL, &timeout);
 #endif /* def HAVE_POLL */
 
-      /*server or client not responding in timeout */
+      /* Server or client not responding in timeout */
       if (n == 0)
       {
          log_error(LOG_LEVEL_CONNECT, "Socket timeout %d reached: %s",