From bc6473f45441a867c05a22e1ff89b399d7e66a95 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 22:05:01 +0200 Subject: [PATCH] typos --- tests/client/h2_upgrade_extreme.c | 2 +- tests/client/tls_session_reuse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/client/h2_upgrade_extreme.c b/tests/client/h2_upgrade_extreme.c index 2b15157417..e6546af3a0 100644 --- a/tests/client/h2_upgrade_extreme.c +++ b/tests/client/h2_upgrade_extreme.c @@ -116,7 +116,7 @@ static int test_h2_upgrade_extreme(int argc, char *argv[]) if(msg->data.result == CURLE_SEND_ERROR || msg->data.result == CURLE_RECV_ERROR) { /* We get these if the server had a GOAWAY in transit on - * re-using a connection */ + * reusing a connection */ } else if(msg->data.result) { curl_mfprintf(stderr, "transfer #%" CURL_FORMAT_CURL_OFF_T diff --git a/tests/client/tls_session_reuse.c b/tests/client/tls_session_reuse.c index 4e69383f60..fd145d62d9 100644 --- a/tests/client/tls_session_reuse.c +++ b/tests/client/tls_session_reuse.c @@ -201,7 +201,7 @@ static int test_tls_session_reuse(int argc, char *argv[]) if(msg->data.result == CURLE_SEND_ERROR || msg->data.result == CURLE_RECV_ERROR) { /* We get these if the server had a GOAWAY in transit on - * re-using a connection */ + * reusing a connection */ } else if(msg->data.result) { curl_mfprintf(stderr, "transfer #%" CURL_FORMAT_CURL_OFF_T