From b5ee935f75ecb168364f0a61f43a8692ef7d2dbc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 24 Apr 2026 22:25:07 +0200 Subject: [PATCH] connect: fix typo on error message [ci skip] Pointed out by GitHub Code Quality --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connect.c b/lib/connect.c index ae906f33c9..b13d496848 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -429,7 +429,7 @@ connect_sub_chain: #ifndef CURL_DISABLE_PROXY if(data->set.haproxyprotocol) { if(Curl_conn_is_ssl(cf->conn, cf->sockindex)) { - failf(data, "haproxy protocol not support with SSL " + failf(data, "haproxy protocol not supported with SSL " "encryption in place (QUIC?)"); return CURLE_UNSUPPORTED_PROTOCOL; }