From 794261c4bdb271060125feda534a26580c6b9f26 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 20 Jun 2017 13:34:12 +0200 Subject: [PATCH] dirmngr: Fix typo. -- Signed-off-by: Justus Winter --- dirmngr/ks-engine-hkp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c index bcdcffadd..25ec9cbcc 100644 --- a/dirmngr/ks-engine-hkp.c +++ b/dirmngr/ks-engine-hkp.c @@ -255,7 +255,7 @@ arecords_is_pool (dns_addrinfo_t aibuf) } -/* Print a warninng iff Tor is not running but Tor has been requested. +/* Print a warning iff Tor is not running but Tor has been requested. * Also return true if it is not running. */ static int tor_not_running_p (ctrl_t ctrl)