From 62cbfac7c6ac98698bb4ab61cdb1756118edc7a7 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 4 Jan 2018 18:15:01 -0800 Subject: [PATCH] spelling --- addr_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addr_manager.go b/addr_manager.go index a12af8d..1dfe9dc 100644 --- a/addr_manager.go +++ b/addr_manager.go @@ -30,7 +30,7 @@ const ( OwnObservedAddrTTL = time.Minute * 10 ) -// Perminent TTLs (distinct so we can distinguish between them) +// Permanent TTLs (distinct so we can distinguish between them) const ( // PermanentAddrTTL is the ttl for a "permanent address" (e.g. bootstrap nodes). PermanentAddrTTL = math.MaxInt64 - iota