diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-01-22 00:00:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-01-22 00:00:55 +0100 |
commit | 6e2fd2c9eac2d55fbe2119c377d608dc698c5c85 (patch) | |
tree | 0236842fd98389d2e23e1085f3de0bad2833f92b /docs | |
parent | 5d7a319a55d07ee95b99e412e1d086857da093c4 (diff) |
CURLOPT_ACCEPTTIMEOUT_MS: spellfix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 9dcce8770..1a20cb9d6 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -2070,7 +2070,7 @@ This option requires that libcurl was built with a resolver backend that supports this operation. The c-ares backend is the only such one. (Added in 7.24.0) -.IP CURLOPT_ACCEPTTIMOUT_MS +.IP CURLOPT_ACCEPTTIMEOUT_MS Pass a long telling libcurl the maximum number of milliseconds to wait for a server to connect back to libcurl when an active FTP connection is used. If no timeout is set, the internal default of 60000 will be used. (Added in 7.24.0) |