mirror of
https://github.com/curl/curl.git
synced 2026-07-31 05:08:03 +03:00
typo
This commit is contained in:
parent
a1fb6062bd
commit
365d1408ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue