From 515104ebc395fabae1117cebebd9a0c2233126eb Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 8 Feb 2024 15:08:37 +0100 Subject: [PATCH] x --- internal/webconnectivityalgo/dnswhoami.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/webconnectivityalgo/dnswhoami.go b/internal/webconnectivityalgo/dnswhoami.go index c57dd9f26..529f94fd7 100644 --- a/internal/webconnectivityalgo/dnswhoami.go +++ b/internal/webconnectivityalgo/dnswhoami.go @@ -23,7 +23,7 @@ type DNSWhoamiInfoEntry struct { Address string `json:"address"` } -// dnsWhoamiInfoTimedEntry keeps an address and the time we create the entry together. +// dnsWhoamiInfoTimedEntry keeps an address and the time we created the entry together. type dnsWhoamiInfoTimedEntry struct { Addr string T time.Time