mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
misc: fix typos in docs and comments
No user facing output from curl/libcurl is changed by this, just comments. Closes #7747
This commit is contained in:
parent
33363aeb4d
commit
7cf5e8e70e
6 changed files with 6 additions and 6 deletions
|
|
@ -1018,7 +1018,7 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
|
||||
15.4 build docs/curl.1
|
||||
|
||||
The cmake build doesn't create the docs/curl.1 file and therefor must rely on
|
||||
The cmake build doesn't create the docs/curl.1 file and therefore must rely on
|
||||
it being there already. This makes the --manual option not work and test
|
||||
cases like 1139 can't function.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
.\"
|
||||
.TH CURLOPT_SSL_ENABLE_ALPN 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||
.SH NAME
|
||||
CURLOPT_SSL_ENABLE_ALPN \- Application Layer Protocol Negotation
|
||||
CURLOPT_SSL_ENABLE_ALPN \- Application Layer Protocol Negotiation
|
||||
.SH SYNOPSIS
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue