aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-01-29 08:16:21 +0000
committerWerner Koch <[email protected]>2024-01-29 08:16:21 +0000
commit2ed1f68b48db7b5503045386de0500fddf70077e (patch)
tree4472c9d48c72d08dfd85ea35b15d65a0bc0d3ad1 /dirmngr/http.c
parentspeedo: Improve parsing of the ~./.gnupg-autogen.rc (diff)
downloadgnupg-2ed1f68b48db7b5503045386de0500fddf70077e.tar.gz
gnupg-2ed1f68b48db7b5503045386de0500fddf70077e.zip
doc: Fix spelling errors found by lintian.
-- Reported-by: Andreas Metzler <[email protected]>
Diffstat (limited to 'dirmngr/http.c')
-rw-r--r--dirmngr/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c
index 4899a5d55..a6892479e 100644
--- a/dirmngr/http.c
+++ b/dirmngr/http.c
@@ -2882,7 +2882,7 @@ send_request (ctrl_t ctrl,
if (proxy && proxy->is_http_proxy)
{
- use_http_proxy = 1; /* We want to use a proxy for the conenction. */
+ use_http_proxy = 1; /* We want to use a proxy for the connection. */
err = connect_server (ctrl,
*proxy->uri->host ? proxy->uri->host : "localhost",
proxy->uri->port ? proxy->uri->port : 80,
@@ -4411,7 +4411,7 @@ same_host_p (parsed_uri_t a, parsed_uri_t b)
}
/* Also consider hosts the same if they differ only in a subdomain;
- * in both direction. This allows to have redirection between the
+ * in both direction. This allows one to have redirection between the
* WKD advanced and direct lookup methods. */
for (i=0; i < DIM (subdomains); i++)
{