]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_header: fix typos in documentation
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 11 Apr 2022 09:25:13 +0000 (11:25 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 11 Apr 2022 09:25:13 +0000 (11:25 +0200)
Closes: #8694
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
docs/libcurl/curl_easy_header.3

index e001518577334979734f60bbd4549d403206be18..e4ce0dd31f9c90c1bd1e4b24c7bae8f00ea6ac92 100644 (file)
@@ -52,7 +52,7 @@ want. See the descriptions below.
 
 The \fIrequest\fP argument tells libcurl from which request you want headers
 from. A single transfer might consist of a series of HTTP requests and this
-argument lets you specify which particular invidual request you want the
+argument lets you specify which particular individual request you want the
 headers from. 0 being the first request and then the number increases for
 further redirects or when multi-state authentication is used. Passing in -1 is
 a shortcut to "the last" request in the series, independently of the actual
@@ -131,7 +131,7 @@ CURLHcode h =
 .SH AVAILABILITY
 Added in 7.83.0
 .SH RETURN VALUE
-This function returns a CURLHcode indiciating success or error.
+This function returns a CURLHcode indicating success or error.
 .IP "CURLHE_BADINDEX (1)"
 There is no header with the requested index.
 .IP "CURLHE_MISSING (2)"
@@ -145,7 +145,7 @@ Out of resources
 .IP "CURLHE_BAD_ARGUMENT (6)"
 One or more of the given arguments are bad.
 .IP "CURLHE_NOT_BUILT_IN (7)"
-HTTP or the header API has been disbled in the build.
+HTTP or the header API has been disabled in the build.
 .SH "SEE ALSO"
 .BR curl_easy_nextheader "(3), " curl_easy_perform "(3), "
 .BR CURLOPT_HEADERFUNCTION "(3), " CURLINFO_CONTENT_TYPE "(3) "