X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=1bca54f7bec720f752ac211dd14f151ba95aa5e5;hp=d40265d91e74643e0a5597b2546de253dd6099c4;hb=179a0805b3bdeb9c5c6a98163cde81ea38cb1035;hpb=b992feb4f1fe013bac9855ed7ee9839001ad0a6d 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. */