fix spelling

This commit is contained in:
Fabian Möller
2019-04-30 14:06:24 +02:00
parent 7963320a29
commit 48c09608ea
31 changed files with 41 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ import (
// ClientWithHeaderReset makes a new http client which resets the
// headers passed in on redirect
//
// This is now unecessary with go1.8 so becomes a no-op
// This is now unnecessary with go1.8 so becomes a no-op
func ClientWithHeaderReset(c *http.Client, headers map[string]string) *http.Client {
return c
}