aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_add_handle.3
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-08-12 14:48:31 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-08-12 15:23:59 +0200
commit15da07d2f2d7a4850b810ddf03c9b81d12999916 (patch)
treee58ada25685aa2001085d20011847086d53903e7 /docs/libcurl/curl_multi_add_handle.3
parent5be0c8829767ed94c9b87a7aa1c9f01391274ec6 (diff)
curl_multi_add_handle.3: fix a typo
"can not" => "cannot" closes #377
Diffstat (limited to 'docs/libcurl/curl_multi_add_handle.3')
-rw-r--r--docs/libcurl/curl_multi_add_handle.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3
index 253b864bb..1561b1e4c 100644
--- a/docs/libcurl/curl_multi_add_handle.3
+++ b/docs/libcurl/curl_multi_add_handle.3
@@ -31,7 +31,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle);
Adds a standard easy handle to the multi stack. This function call will make
this \fImulti_handle\fP control the specified \fIeasy_handle\fP.
-While an easy handle is added to a multi stack, you can not and you must not
+While an easy handle is added to a multi stack, you cannot and you must not
use \fIcurl_easy_perform(3)\fP on that handle. After having removed the easy
handle from the multi stack again, it is perfectly fine to use it with the
easy interface again.