From 54eb375ff14e2a93cea70eab35719be4d25f51ca Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 24 Oct 2018 15:56:18 -0400 Subject: all: fix spelling and typos Signed-off-by: Daniel Kahn Gillmor --- dirmngr/dns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dirmngr/dns.c') diff --git a/dirmngr/dns.c b/dirmngr/dns.c index 77f83f437..596e81fc9 100644 --- a/dirmngr/dns.c +++ b/dirmngr/dns.c @@ -1832,7 +1832,7 @@ static void dns_p_free(struct dns_packet *P) { } /* dns_p_free() */ -/* convience routine to free any existing packet before storing new packet */ +/* convenience routine to free any existing packet before storing new packet */ static struct dns_packet *dns_p_setptr(struct dns_packet **dst, struct dns_packet *src) { dns_p_free(*dst); @@ -7634,7 +7634,7 @@ retry: goto udp_connect_retry; } else if (error == ECONNREFUSED) /* Error for previous socket operation may - be reserverd asynchronously. */ + be reserverd(?) asynchronously. */ goto udp_connect_retry; if (error) -- cgit v1.2.3