From: Fabian Keil Date: Tue, 19 Jan 2021 10:18:24 +0000 (+0100) Subject: Fix comment typo X-Git-Tag: v_3_0_30~72 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=555b12c0eaa9a409bc041de6db940907f866e98a Fix comment typo --- diff --git a/jcc.c b/jcc.c index 5f0b69e8..d73b4a99 100644 --- a/jcc.c +++ b/jcc.c @@ -1860,7 +1860,7 @@ static jb_err receive_client_request(struct client_state *csp) * elsewhere failed or Privoxy is configured * to only accept proxy requests. * - * An error response has already been send + * An error response has already been sent * and we're done here. */ return JB_ERR_PARSE;