easy_perform: spelling mistake in error message
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2014 21:09:26 +0000 (23:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2014 21:09:26 +0000 (23:09 +0200)
lib/easy.c

index 82dea90..078e9cb 100644 (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;
   }