diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 34eb77cfb..cd862fb77 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -629,7 +629,7 @@ start_pinentry (ctrl_t ctrl) /* Ask the pinentry for its version and flavor and store that as a * string in MB. This information is useful for helping users to - * figure out Pinentry problems. Noet that "flavor" may also return + * figure out Pinentry problems. Note that "flavor" may also return * a status line with the features; we use a dedicated handler for * that. */ { diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index 4e381c00d..07d0cca8d 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -2485,7 +2485,7 @@ check_inet_support (int *r_v4, int *r_v6) if (opt_verbose) log_info ("detected interfaces:%s%s\n", - *r_v4? " IPv4":"", *r_v6? " IPv4":""); + *r_v4? " IPv4":"", *r_v6? " IPv6":""); cached_inet_support.valid = 1; cached_inet_support.v4 = *r_v4;