Skip to content
Snippets Groups Projects
Commit 947bb79c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

easy_perform: spelling mistake in error message

parent 4b60db7e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment