]> granicus.if.org Git - curl/commitdiff
docs: fix typos in man pages
authorKamil Dudka <kdudka@redhat.com>
Mon, 28 Jan 2013 13:22:48 +0000 (14:22 +0100)
committerKamil Dudka <kdudka@redhat.com>
Mon, 28 Jan 2013 13:22:48 +0000 (14:22 +0100)
Reported by: Jiri Jaburek
Bug: https://bugzilla.redhat.com/896544

docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_global_init_mem.3

index 096813609932d229a67fd518ca52216d43ed4362..44e377b9414ae7e11b5480bb99da9a5a1aeeb09d 100644 (file)
@@ -162,7 +162,7 @@ method(s) available for your proxy authentication.  (Added in 7.10.8)
 .IP CURLINFO_OS_ERRNO
 Pass a pointer to a long to receive the errno variable from a connect failure.
 Note that the value is only set on failure, it is not reset upon a
-successfull operation.  (Added in 7.12.2)
+successful operation.  (Added in 7.12.2)
 .IP CURLINFO_NUM_CONNECTS
 Pass a pointer to a long to receive how many new connections libcurl had to
 create to achieve the previous transfer (only the successful connects are
index d13a17c6e42719734482e799910466b698d6fcc8..9cddef7c3ce7e421cd950a4a1d19461596e9ae1c 100644 (file)
@@ -52,7 +52,7 @@ To replace strdup()
 .IP "void *calloc_callback(size_t nmemb, size_t size);"
 To replace calloc()
 .SH "CAUTION"
-Manipulating these gives considerable powers to the application to severly
+Manipulating these gives considerable powers to the application to severely
 screw things up for libcurl. Take care!
 .SH "SEE ALSO"
 .BR curl_global_init "(3), "