diff options
author | Werner Koch <[email protected]> | 2024-01-29 08:16:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-01-29 08:16:21 +0000 |
commit | 2ed1f68b48db7b5503045386de0500fddf70077e (patch) | |
tree | 4472c9d48c72d08dfd85ea35b15d65a0bc0d3ad1 /dirmngr/http.c | |
parent | speedo: Improve parsing of the ~./.gnupg-autogen.rc (diff) | |
download | gnupg-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.c | 4 |
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++) { |