Fix for typo in message in zscan_rr:

Adress is spelled with an insufficient number of ds.
This commit is contained in:
Tonnerre LOMBARD 2013-09-15 03:21:57 +02:00
parent 1f586fdcda
commit dc79aa0c5a
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