]> granicus.if.org Git - curl/commitdiff
curl_multi_add_handle.3: fix a typo
authorSvyatoslav Mishyn <juef@openmailbox.org>
Wed, 12 Aug 2015 11:48:31 +0000 (14:48 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Aug 2015 13:23:59 +0000 (15:23 +0200)
"can not" => "cannot"

closes #377

docs/libcurl/curl_multi_add_handle.3

index 253b864bb4996bebe1a1d6b6c5a7e6aa3eda5027..1561b1e4c92cb256b664df73ad0b22461c80694a 100644 (file)
@@ -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.