From eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 9 May 2023 09:06:40 +0200 Subject: Fix typos found by codespell Typos in doc/man* will be fixed in a different commit. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20910) --- apps/s_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/s_client.c b/apps/s_client.c index 534bb5cc66..4adffa4d42 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -2269,7 +2269,7 @@ int s_client_main(int argc, char **argv) if (isquic) { sbio = BIO_new_dgram(sock, BIO_NOCLOSE); if (!SSL_set_initial_peer_addr(con, peer_addr)) { - BIO_printf(bio_err, "Failed to set the inital peer address\n"); + BIO_printf(bio_err, "Failed to set the initial peer address\n"); goto shut; } } else @@ -4019,7 +4019,7 @@ static int user_data_process(struct user_data_st *user_data, size_t *len, && user_data->buf[user_data->bufoff] == '\n') { /* * This command was the only thing on the whole line. We - * supress the final `\n` + * suppress the final `\n` */ user_data->bufoff = 0; user_data->buflen = 0; -- cgit v1.2.3