This commit is contained in:
Nick Galbreath 2016-01-19 14:24:18 -08:00
parent 5cbabd2322
commit a7f8fcc762
1 changed files with 1 additions and 1 deletions

View File

@ -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) {