diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-04-03 17:16:18 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-04-03 22:06:06 +0200 |
commit | 7b758e9835f120338c28c788b02cb4d68c76e7ea (patch) | |
tree | 0ef8016a9098095217369569f8ef3d80a3c1ab0d /docs/libcurl/opts | |
parent | 6227e2bd07246de7a751b8de8cece6020802c264 (diff) | |
download | curl-7b758e9835f120338c28c788b02cb4d68c76e7ea.tar.gz |
documentation: Fix several typos
Closes #3724
Reviewed-by: Jakub Zakrzewski
Reviewed-by: Daniel Gustafsson
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_ALTSVC.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC.3 b/docs/libcurl/opts/CURLOPT_ALTSVC.3 index d6b5d87f8..a13edaae8 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC.3 +++ b/docs/libcurl/opts/CURLOPT_ALTSVC.3 @@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC, char *filename); .fi .SH EXPERIMENTAL Warning: this feature is early code and is marked as experimental. It can only -be enabled by explictly telling configure with \fB--enable-alt-svc\fP. You are +be enabled by explicitly telling configure with \fB--enable-alt-svc\fP. You are advised to not ship this in production before the experimental label is removed. .SH DESCRIPTION diff --git a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 index bdbb382a3..c9575c9fe 100644 --- a/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 +++ b/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 @@ -38,7 +38,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC_CTRL, long bitmask); .fi .SH EXPERIMENTAL Warning: this feature is early code and is marked as experimental. It can only -be enabled by explictly telling configure with \fB--enable-alt-svc\fP. You are +be enabled by explicitly telling configure with \fB--enable-alt-svc\fP. You are advised to not ship this in production before the experimental label is removed. .SH DESCRIPTION |