From a42dbae1a8c4f282809521305bddbac4bf9408e2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:11:40 +0200 Subject: [PATCH] Fix typos --- jcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.39.2