Fixed typo in docstring (#358)

This commit is contained in:
Joe Farrell 2016-06-04 08:11:36 +01:00 committed by Miek Gieben
parent cbeae15006
commit bd738b30b1
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -48,7 +48,7 @@ type RR_Header struct {
// Header returns itself. This is here to make RR_Header implement the RR interface.
func (h *RR_Header) Header() *RR_Header { return h }
// Just to imlement the RR interface.
// Just to implement the RR interface.
func (h *RR_Header) copy() RR { return nil }
func (h *RR_Header) copyHeader() *RR_Header {