From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 09:11:40 +0000 (+0200)
Subject: Fix typos
X-Git-Tag: v_3_0_29~404
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/user-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=a42dbae1a8c4f282809521305bddbac4bf9408e2;p=privoxy.git

Fix typos
---

diff --git a/jcc.c b/jcc.c
index d40265d9..1bca54f7 100644
--- a/jcc.c
+++ b/jcc.c
@@ -1619,7 +1619,7 @@ extern int fuzz_client_request(struct client_state *csp, char *fuzz_input_file)
    if (strcmp(fuzz_input_file, "-") != 0)
    {
       log_error(LOG_LEVEL_FATAL,
-         "Fuzzed client requests can currenty only be read from stdin (-).");
+         "Fuzzed client requests can currently only be read from stdin (-).");
    }
    err = receive_client_request(csp);
    if (err != JB_ERR_OK)
@@ -3698,7 +3698,7 @@ static void chat(struct client_state *csp)
          int ret;
          /*
           * Creating an SSL proxy. If forwarding is disabled, we must send
-          * CSUCCEED mesage to client. Then TLS/SSL connection with client
+          * CSUCCEED message to client. Then TLS/SSL connection with client
           * is created.
           */