hyper: fix typo in c-hyper.c

settting -> setting

Closes #6538
This commit is contained in:
Ikko Ashimine 2021-01-27 23:07:35 +09:00 committed by Daniel Stenberg
parent 9571802190
commit 73d743cfad
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ CURLcode Curl_http(struct Curl_easy *data, bool *done)
if(data->set.httpversion == CURL_HTTP_VERSION_1_0) {
if(HYPERE_OK != hyper_request_set_version(req,
HYPER_HTTP_VERSION_1_0)) {
failf(data, "error settting HTTP version");
failf(data, "error setting HTTP version");
goto error;
}
}