From 947bb79c08106dff278026b0a79b5eb1bbbafe07 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 3 May 2014 23:09:26 +0200 Subject: easy_perform: spelling mistake in error message --- lib/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 82dea904b..078e9cb1e 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -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; } -- cgit v1.2.3