summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2021-02-25 09:28:00 +0100
committerDaniel Gustafsson <daniel@yesql.se>2021-02-25 09:28:00 +0100
commit4d28382bd3a6bc32d5089b09b89f023ca815b52b (patch)
tree7e73bcee46931a3f5dee7434fd1890dedf4ed45d
parent4e76905b04aafdf5c941fe81991b8e3373e59d2c (diff)
downloadcurl-4d28382bd3a6bc32d5089b09b89f023ca815b52b.tar.gz
docs: Fix typos
Random typos spotted when skimming docs.
-rw-r--r--docs/SSL-PROBLEMS.md2
-rw-r--r--docs/libcurl/opts/CURLOPT_RESOLVE.34
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/SSL-PROBLEMS.md b/docs/SSL-PROBLEMS.md
index bc3c1d52c..f8ccbf83b 100644
--- a/docs/SSL-PROBLEMS.md
+++ b/docs/SSL-PROBLEMS.md
@@ -33,7 +33,7 @@
Browsers work around this problem in two ways: they cache intermediate
certificates from previous transfers and some implement the TLS "AIA"
- extension that lets the client explictly download such cerfificates on
+ extension that lets the client explicitly download such cerfificates on
demand.
## Protocol version
diff --git a/docs/libcurl/opts/CURLOPT_RESOLVE.3 b/docs/libcurl/opts/CURLOPT_RESOLVE.3
index fe4732818..20ee69b0c 100644
--- a/docs/libcurl/opts/CURLOPT_RESOLVE.3
+++ b/docs/libcurl/opts/CURLOPT_RESOLVE.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -49,7 +49,7 @@ host+port pair so redirects and everything that operations against the
HOST+PORT will instead use your provided ADDRESS.
The optional leading "+" signifies whether the new entry should time-out or
-not. Entires added with "HOST:..." will never time-out whereas entries added
+not. Entries added with "HOST:..." will never time-out whereas entries added
with "+HOST:..." will time-out just like ordinary DNS cache entries.
If the DNS cache already has an entry for the given host+port pair, then