dirmngr: Fixed typo in recently added diagnostic.

--
This commit is contained in:
Werner Koch 2019-11-18 17:19:09 +01:00
parent 1cb9a831f6
commit 5967cfcc71
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ start_pinentry (ctrl_t ctrl)
/* Ask the pinentry for its version and flavor and store that as a /* Ask the pinentry for its version and flavor and store that as a
* string in MB. This information is useful for helping users to * 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 * a status line with the features; we use a dedicated handler for
* that. */ * that. */
{ {

View File

@ -2485,7 +2485,7 @@ check_inet_support (int *r_v4, int *r_v6)
if (opt_verbose) if (opt_verbose)
log_info ("detected interfaces:%s%s\n", 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.valid = 1;
cached_inet_support.v4 = *r_v4; cached_inet_support.v4 = *r_v4;