diff options
author | Werner Koch <[email protected]> | 2019-11-18 16:19:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-11-18 17:44:28 +0000 |
commit | 0f37727fcab27c8783a5284b4de5e7b917feb01d (patch) | |
tree | ca275c29e9093f1513329f5112470cf97417dda0 | |
parent | scd,ccid: Add support of GEMPC_EZIO. (diff) | |
download | gnupg-0f37727fcab27c8783a5284b4de5e7b917feb01d.tar.gz gnupg-0f37727fcab27c8783a5284b4de5e7b917feb01d.zip |
dirmngr: Fixed typo in recently added diagnostic.
--
-rw-r--r-- | agent/call-pinentry.c | 2 | ||||
-rw-r--r-- | dirmngr/dns-stuff.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 05d470f52..aaf2af6ab 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -616,7 +616,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 483d3df77..4a50d759f 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -2470,7 +2470,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; |