summaryrefslogtreecommitdiff
path: root/internal/http
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 14:57:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-11-28 14:57:12 +0100
commitf884b3df2762a1bd3799441e06659b9caad4ee6c (patch)
treeef54f5f9f736206c32670b8968dd7bd652008d8b /internal/http
parente1b0e6d493eb24c13b19254be9889a8b5a3e4281 (diff)
Linter: Fix dupword errors
Diffstat (limited to 'internal/http')
-rw-r--r--internal/http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go
index 5f3d783..1d0ec45 100644
--- a/internal/http/http.go
+++ b/internal/http/http.go
@@ -111,7 +111,7 @@ func MethodWithOpts(
) (http.Header, []byte, error) {
// Make sure the url contains all the parameters
// This can return an error,
- // it already has the right error so so we don't wrap it further
+ // it already has the right error so we don't wrap it further
url, urlErr := optionalURL(url, opts)
if urlErr != nil {
// No further type wrapping is needed here