diff options
author | Victor Magierski <magierski.v@husky.neu.edu> | 2019-11-19 18:56:45 -0500 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-11-20 09:59:05 +0100 |
commit | 8487734e8bc2783448da135355e05302947bf830 (patch) | |
tree | 92e9e58aca733360b4b580f776a05f1d6019e00b /docs/cmdline-opts | |
parent | 821171dbfd72982607701054158764577efefb04 (diff) | |
download | curl-8487734e8bc2783448da135355e05302947bf830.tar.gz |
docs: fix typos
Change 'experiemental' to 'experimental'.
Closes #4618
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/alt-svc.d | 2 | ||||
-rw-r--r-- | docs/cmdline-opts/http3.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/alt-svc.d b/docs/cmdline-opts/alt-svc.d index ba2ded11c..df10bf257 100644 --- a/docs/cmdline-opts/alt-svc.d +++ b/docs/cmdline-opts/alt-svc.d @@ -4,7 +4,7 @@ Protocols: HTTPS Help: Enable alt-svc with this cache file Added: 7.64.1 --- -WARNING: this option is experiemental. Do not use in production. +WARNING: this option is experimental. Do not use in production. This option enables the alt-svc parser in curl. If the file name points to an existing alt-svc cache file, that will be used. After a completed transfer, diff --git a/docs/cmdline-opts/http3.d b/docs/cmdline-opts/http3.d index ca85e3a64..8265937a3 100644 --- a/docs/cmdline-opts/http3.d +++ b/docs/cmdline-opts/http3.d @@ -8,7 +8,7 @@ Help: Use HTTP v3 See-also: http1.1 http2 --- -WARNING: this option is experiemental. Do not use in production. +WARNING: this option is experimental. Do not use in production. Tells curl to use HTTP version 3 directly to the host and port number used in the URL. A normal HTTP/3 transaction will be done to a host and then get |