Skip to content

Commit

Permalink
curl_multi_add_handle.3: fix a typo
Browse files Browse the repository at this point in the history
"can not" => "cannot"

closes #377
  • Loading branch information
Svyatoslav Mishyn authored and bagder committed Aug 12, 2015
1 parent 5be0c88 commit 15da07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/curl_multi_add_handle.3
Expand Up @@ -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.
Expand Down

0 comments on commit 15da07d

Please sign in to comment.