From 365d1408ad90e865ea55de317ab8586fb6d62890 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Jul 2026 10:53:31 +0200 Subject: [PATCH] typo --- src/config2setopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config2setopts.c b/src/config2setopts.c index baa4155482..d997a0129d 100644 --- a/src/config2setopts.c +++ b/src/config2setopts.c @@ -950,7 +950,7 @@ static CURLcode credentials_and_headers_setopts(struct OperationConfig *config, result = my_setopt_slist(curl, CURLOPT_HTTPHEADER, config->headers); if(result == CURLE_BAD_FUNCTION_ARGUMENT) { - errorf("Illegal CRL/LF in --header data"); + errorf("Illegal CR/LF in --header data"); config->synthetic_error = TRUE; return result; }