summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhasbini <mohammad.hasbini@gmail.com>2019-12-06 13:56:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-12-06 13:20:30 +0100
commit1a46d7c9765881b1c7f822873fb476fe24997776 (patch)
treeb12355697b53d99156568f6b49119bc6ba5f41f3
parent5dc1618fd6fe7eccd60deb000988d05601d67961 (diff)
downloadcurl-1a46d7c9765881b1c7f822873fb476fe24997776.tar.gz
docs: fix some typos
Closes #4680
-rw-r--r--docs/CURL-DISABLE.md2
-rw-r--r--docs/ESNI.md2
-rw-r--r--docs/HTTP-COOKIES.md2
-rw-r--r--docs/HTTP3.md2
-rw-r--r--docs/MANUAL.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md
index 804fe5892..83436b473 100644
--- a/docs/CURL-DISABLE.md
+++ b/docs/CURL-DISABLE.md
@@ -35,7 +35,7 @@ support.
## CURL_DISABLE_HTTP_AUTH
-Disable suppotr for all HTTP authentication methods.
+Disable support for all HTTP authentication methods.
## CURL_DISABLE_IMAP
diff --git a/docs/ESNI.md b/docs/ESNI.md
index eefb6662b..7feaa75ad 100644
--- a/docs/ESNI.md
+++ b/docs/ESNI.md
@@ -122,7 +122,7 @@ Limitations:
## References
-CloudFlare blog: [Encrypting SNI: Fixing One of the Core Internet Bugs][corebug]
+Cloudflare blog: [Encrypting SNI: Fixing One of the Core Internet Bugs][corebug]
Cloudflare blog: [Encrypt it or lose it: how encrypted SNI works][esniworks]
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md
index 632cb4ebe..06790f8a7 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -24,7 +24,7 @@
and in 2017, another update was
[drafted](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-01)
to deprecate modification of 'secure' cookies from non-secure origins. Both
- of these drafs have been incorporated into a proposal to
+ of these drafts have been incorporated into a proposal to
[replace](https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02)
RFC6265. Cookie prefixes and secure cookie modification protection has been
implemented by curl.
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 2dbd25688..c77f7743d 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -13,7 +13,7 @@ and libcurl.
## QUIC libraries
-QUIC libraries we're experiementing with:
+QUIC libraries we're experimenting with:
[ngtcp2](https://github.com/ngtcp2/ngtcp2)
diff --git a/docs/MANUAL.md b/docs/MANUAL.md
index 80ab92a63..73ce57d44 100644
--- a/docs/MANUAL.md
+++ b/docs/MANUAL.md
@@ -701,7 +701,7 @@ Otherwise, curl will attempt to use a sensible TLS default version.
## Resuming File Transfers
To continue a file transfer where it was previously aborted, curl supports
-esume on HTTP(S) downloads as well as FTP uploads and downloads.
+resume on HTTP(S) downloads as well as FTP uploads and downloads.
Continue downloading a document: