correct spelling mistake (#424)

This commit is contained in:
Edward Betts 2017-09-01 18:46:15 +01:00 committed by Matt Holt
parent 92ed209099
commit e370f2a4c5

View file

@ -269,7 +269,7 @@ func (c *DNSProvider) makeRequest(method, uri string, body io.Reader) (json.RawM
return r, nil
}
// RackspaceRecords is the list of records sent/recieved from the DNS API
// RackspaceRecords is the list of records sent/received from the DNS API
type RackspaceRecords struct {
RackspaceRecord []RackspaceRecord `json:"records"`
}