mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:47:16 +03:00
easy_perform: spelling mistake in error message
This commit is contained in:
parent
4b60db7e50
commit
947bb79c08
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ static CURLcode easy_perform(struct SessionHandle *data, bool events)
|
|||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
|
||||
if(data->multi) {
|
||||
failf(data, "easy handled already used in multi handle");
|
||||
failf(data, "easy handle already used in multi handle");
|
||||
return CURLE_FAILED_INIT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue