easy_perform: spelling mistake in error message

This commit is contained in:
Daniel Stenberg 2014-05-03 23:09:26 +02:00
parent 4b60db7e50
commit 947bb79c08

View File

@ -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;
}