connect: fix typo on error message [ci skip]

Pointed out by GitHub Code Quality
This commit is contained in:
Viktor Szakats 2026-04-24 22:25:07 +02:00
parent bfcc1c6eb4
commit b5ee935f75
No known key found for this signature in database

View file

@ -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;
}