From 9d002abc8ccffd2c3a203dbeec0f1115ff47b5ba Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 31 Aug 2012 22:23:49 +0200 Subject: [PATCH] typos --- dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.go b/dns.go index d533d021..dfb9ac71 100644 --- a/dns.go +++ b/dns.go @@ -41,7 +41,7 @@ // m := dns.new(Msg) // m.SetQuestion("miek.nl.", dns.TypeMX) // -// Or when note sure if the domain name is fully qualified: +// Or when not certain if the domain name is fully qualified: // // m.SetQuestion(dns.Fqdn("miek.nl"), dns.TypeMX) //