forked from TrueCloudLab/lego
correct spelling mistake (#424)
This commit is contained in:
parent
92ed209099
commit
e370f2a4c5
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue