summaryrefslogtreecommitdiff
path: root/include/curl/easy.h
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2011-04-19 16:05:17 +0200
committerJulien Chaffraix <julien.chaffraix@gmail.com>2011-04-21 07:55:53 -0700
commit7609b32e7cb06e034a3e80ad6c57902c99a646df (patch)
treeae7a94fc957f69cc6cd60dcb58f6649f7eb9fe5e /include/curl/easy.h
parent1702a2c08d3a0ed5945f34e6cd38436611f65164 (diff)
downloadcurl-7609b32e7cb06e034a3e80ad6c57902c99a646df.tar.gz
Fix spelling errors in include/
Diffstat (limited to 'include/curl/easy.h')
-rw-r--r--include/curl/easy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/easy.h b/include/curl/easy.h
index 1ddb4fe5a..c1e3e7609 100644
--- a/include/curl/easy.h
+++ b/include/curl/easy.h
@@ -53,8 +53,8 @@ CURL_EXTERN CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ...);
*
* Creates a new curl session handle with the same options set for the handle
* passed in. Duplicating a handle could only be a matter of cloning data and
- * options, internal state info and things like persistant connections cannot
- * be transfered. It is useful in multithreaded applications when you can run
+ * options, internal state info and things like persistent connections cannot
+ * be transferred. It is useful in multithreaded applications when you can run
* curl_easy_duphandle() for each new thread to avoid a series of identical
* curl_easy_setopt() invokes in every thread.
*/