From cf95d18fe2eaa523c452a30878d835934fceb90d Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 4 Nov 2017 20:32:11 +0000 Subject: [PATCH] Backend: fixed misspellings. Based on recommendations from "misspell" static analysis. --- backend/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/backend.go b/backend/backend.go index 1b76292..a4ef69b 100644 --- a/backend/backend.go +++ b/backend/backend.go @@ -36,14 +36,14 @@ type Config struct { CacheMaxEntries int // Nameservers to advertise at zone apex. The first is considered the primary. - // If empty, a psuedo-hostname resolvable to SelfIP is used. + // If empty, a pseudo-hostname resolvable to SelfIP is used. CanonicalNameservers []string // Vanity IPs to place at the zone apex. VanityIPs []net.IP // Used only if CanonicalNameservers is left blank. An IP which the internal - // psuedo-hostname should resolve to. This should be the public IP of the + // pseudo-hostname should resolve to. This should be the public IP of the // nameserver serving the zone expressed by this backend. SelfIP string