tweaks comment

This commit is contained in:
Miek Gieben 2013-10-19 11:52:15 +01:00
parent 949e660b37
commit 4c55d0d65f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func TestServing(t *testing.T) {
t.Log("Unexpected result for example.com", txt, "!= Hello example")
t.Fail()
}
// Test Mixes cased as notices by Ask.
// Test Mixes cased as noticed by Ask.
m.SetQuestion("eXaMplE.cOm.", TypeTXT)
r, _, _ = c.Exchange(m, "127.0.0.1:8053")
txt = r.Extra[0].(*TXT).Txt[0]