1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

doc: Fix spelling errors found by lintian.

--

Reported-by: Andreas Metzler <ametzler@debian.org>
This commit is contained in:
Werner Koch 2024-01-29 09:16:21 +01:00
parent 97b2837653
commit 2ed1f68b48
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
20 changed files with 36 additions and 36 deletions

View file

@ -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++)
{