mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -53,7 +53,7 @@ func NewRequest(method, url string, m *dns.Msg) (*http.Request, error) {
|
||||
|
||||
}
|
||||
|
||||
// ResponseToMsg converts a http.Repsonse to a dns message.
|
||||
// ResponseToMsg converts a http.Response to a dns message.
|
||||
func ResponseToMsg(resp *http.Response) (*dns.Msg, error) {
|
||||
defer resp.Body.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user