summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-03 23:09:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-03 23:09:26 +0200
commit947bb79c08106dff278026b0a79b5eb1bbbafe07 (patch)
treed68a56ab518cff59298afae52133301c6e412b43
parent4b60db7e503104af26c3e4b227afa7ac1ede686c (diff)
downloadcurl-947bb79c08106dff278026b0a79b5eb1bbbafe07.tar.gz
easy_perform: spelling mistake in error message
-rw-r--r--lib/easy.c2
1 files changed, 1 insertions, 1 deletions
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;
}