From f518196ca6202ae97a1e8494afe25e5fbb0e9d47 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 1 Feb 2017 08:18:44 +0100 Subject: Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc. -- --- dirmngr/dns-stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dirmngr') diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index ad19fc2ce..615c9e6c9 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -1227,7 +1227,7 @@ is_ip_address (const char *name) if (*s == '.') { if (s[1] == '.') - return 0; /* No: Douple dot. */ + return 0; /* No: Double dot. */ if (atoi (s+1) > 255) return 0; /* No: Ipv4 byte value too large. */ ndots++; -- cgit v1.2.3