diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-10-07 15:48:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-10-07 15:48:37 +0200 |
commit | e0d269c0d8da074ad59aca87b291c7f8146df574 (patch) | |
tree | 587d64f2a018ed40957f6846b7522c2ceecb85ed /docs/libcurl | |
parent | e644866caf4cabaf766910316184bb1c84ee2f3c (diff) |
curl_easy_getinfo.3: spell-fix
Reported-By: Luan Cestari
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 35e945854..70ed6cdbb 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -76,8 +76,8 @@ start until the connect to the remote host (or proxy) was completed. Pass a pointer to a double to receive the time, in seconds, it took from the start until the SSL/SSH connect/handshake to the remote host was completed. This time is most often very near to the PRETRANSFER time, except for cases -such as HTTP pippelining where the pretransfer time can be delayed due to -waits in line for the pipeline and more. (Added in 7.19.0) +such as HTTP pipelining where the pretransfer time can be delayed due to waits +in line for the pipeline and more. (Added in 7.19.0) .IP CURLINFO_PRETRANSFER_TIME Pass a pointer to a double to receive the time, in seconds, it took from the start until the file transfer is just about to begin. This includes all |