Skip to content

Commit 826e1b8

Browse files
committed
docs: fix typos in man pages
Reported by: Jiri Jaburek Bug: https://bugzilla.redhat.com/896544
1 parent 11dde6a commit 826e1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/libcurl/curl_easy_getinfo.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ method(s) available for your proxy authentication. (Added in 7.10.8)
162162
.IP CURLINFO_OS_ERRNO
163163
Pass a pointer to a long to receive the errno variable from a connect failure.
164164
Note 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
167167
Pass a pointer to a long to receive how many new connections libcurl had to
168168
create to achieve the previous transfer (only the successful connects are

docs/libcurl/curl_global_init_mem.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To replace strdup()
5252
.IP "void *calloc_callback(size_t nmemb, size_t size);"
5353
To 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
5656
screw things up for libcurl. Take care!
5757
.SH "SEE ALSO"
5858
.BR curl_global_init "(3), "

0 commit comments

Comments
 (0)