File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ method(s) available for your proxy authentication. (Added in 7.10.8)
162162.IP CURLINFO_OS_ERRNO
163163Pass a pointer to a long to receive the errno variable from a connect failure.
164164Note that the value is only set on failure, it is not reset upon a
165- successfull operation. (Added in 7.12.2)
165+ successful operation. (Added in 7.12.2)
166166.IP CURLINFO_NUM_CONNECTS
167167Pass a pointer to a long to receive how many new connections libcurl had to
168168create to achieve the previous transfer (only the successful connects are
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ To replace strdup()
5252.IP " void *calloc_callback(size_t nmemb, size_t size);"
5353To replace calloc()
5454.SH "CAUTION"
55- Manipulating these gives considerable powers to the application to severly
55+ Manipulating these gives considerable powers to the application to severely
5656screw things up for libcurl. Take care!
5757.SH "SEE ALSO"
5858.BR curl_global_init " (3), "
You can’t perform that action at this time.
0 commit comments