Fixed typo in "tokens"

This commit is contained in:
Alex Sergeyev 2014-08-28 08:27:09 -04:00
parent 476d122030
commit 84d9ad0a39
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ func TestEmpty(t *testing.T) {
}
}
func TestLowercaseTockens(t *testing.T) {
func TestLowercaseTokens(t *testing.T) {
var testrecords = []string{
"example.org. 300 IN a 1.2.3.4",
"example.org. 300 in A 1.2.3.4",