From a7f8fcc762bcdbf4da9dbb62c572fbd3c3d0eca2 Mon Sep 17 00:00:00 2001 From: Nick Galbreath Date: Tue, 19 Jan 2016 14:24:18 -0800 Subject: [PATCH] spelling --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 4d8e2759..881e9057 100644 --- a/client.go +++ b/client.go @@ -347,7 +347,7 @@ func (co *Conn) Read(p []byte) (n int, err error) { return n, err } -// WriteMsg sends a message thought the connection co. +// WriteMsg sends a message through the connection co. // If the message m contains a TSIG record the transaction // signature is calculated. func (co *Conn) WriteMsg(m *Msg) (err error) {