From dc79aa0c5a9d1ecb6dfb2d2e8854b75955e65f46 Mon Sep 17 00:00:00 2001 From: Tonnerre LOMBARD Date: Sun, 15 Sep 2013 03:21:57 +0200 Subject: [PATCH] Fix for typo in message in zscan_rr: Adress is spelled with an insufficient number of ds. --- zscan_rr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zscan_rr.go b/zscan_rr.go index 4fd9b3ef..08e25548 100644 --- a/zscan_rr.go +++ b/zscan_rr.go @@ -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