Merge pull request #54 from tonnerre/debian-fixes

Fix for typo in message in zscan_rr
This commit is contained in:
Miek Gieben 2013-09-16 08:29:26 -07:00
commit 0ff70b800b
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ func setWKS(h RR_Header, c chan lex, f string) (RR, *ParseError, string) {
l := <-c
rr.Address = net.ParseIP(l.token)
if rr.Address == nil {
return nil, &ParseError{f, "bad WKS Adress", l}, ""
return nil, &ParseError{f, "bad WKS Address", l}, ""
}
<-c // _BLANK