diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-19 13:25:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-23 12:57:55 +0200 |
commit | 7cf5e8e70ef1fd1548bf19ee5419c9f27acfee43 (patch) | |
tree | 76238665c02e77188b8f551e147993827d93f2f7 /docs/libcurl | |
parent | 33363aeb4d56dbc370f011bc48effcb7151161a8 (diff) | |
download | curl-7cf5e8e70ef1fd1548bf19ee5419c9f27acfee43.tar.gz |
misc: fix typos in docs and comments
No user facing output from curl/libcurl is changed by this, just
comments.
Closes #7747
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 b/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 index 8a06d6c5b..d061d7846 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 @@ -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> |